Heufneutje / WinWeelay

A WeeChat relay for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initializing the editor dialog for options that are currently null is broken in various ways

Heufneutje opened this issue · comments

  • String options place "(null)" in the input box. Saving this actually sets the text "(null)" as the value.
  • Integer options cause a crash due to "(null)" not being a valid number.

Booleans and integers with possibly values (combo box) appear to function correctly.