Closed pento closed 6 years ago
The preferences dialog triggers the preferences_saved every time a preference input value changes.
preferences_saved
This is a problem for options that might need several changes. For example, changing the port from 9999 to 9998:
9999
9998
999
8
A couple of options worth thinking about:
The preferences dialog triggers the
preferences_saved
every time a preference input value changes.This is a problem for options that might need several changes. For example, changing the port from
9999
to9998
:999
, triggeringpreferences_saved
8
, changing the value to9998
, triggeringpreferences_saved
againA couple of options worth thinking about: