mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added Theme UI option for window auto tidy
This commit is contained in:
parent
0564976264
commit
2ce35fe61c
@ -428,6 +428,7 @@ _load_preferences(void)
|
||||
_set_boolean_preference("flash", PREF_FLASH);
|
||||
_set_boolean_preference("splash", PREF_SPLASH);
|
||||
_set_boolean_preference("wrap", PREF_WRAP);
|
||||
_set_boolean_preference("wins.autotidy", PREF_WINS_AUTO_TIDY);
|
||||
_set_string_preference("time", PREF_TIME);
|
||||
_set_string_preference("time.statusbar", PREF_TIME_STATUSBAR);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user