mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 08:16:21 +00:00
Merge branch 'master' into openpgp
This commit is contained in:
@@ -875,6 +875,15 @@ cons_wrap_setting(void)
|
||||
cons_show("Word wrap (/wrap) : OFF");
|
||||
}
|
||||
|
||||
void
|
||||
cons_winstidy_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_WINS_AUTO_TIDY))
|
||||
cons_show("Window Auto Tidy (/winstidy) : ON");
|
||||
else
|
||||
cons_show("Window Auto Tidy (/winstidy) : OFF");
|
||||
}
|
||||
|
||||
void
|
||||
cons_presence_setting(void)
|
||||
{
|
||||
@@ -1039,6 +1048,7 @@ cons_show_ui_prefs(void)
|
||||
cons_flash_setting();
|
||||
cons_splash_setting();
|
||||
cons_wrap_setting();
|
||||
cons_winstidy_setting();
|
||||
cons_time_setting();
|
||||
cons_resource_setting();
|
||||
cons_vercheck_setting();
|
||||
|
||||
Reference in New Issue
Block a user