Moved setting to globals.

This commit is contained in:
Bill Dengler
2015-06-26 22:32:50 -07:00
parent f02fae7fa2
commit a3ed2ebef8
4 changed files with 5 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ language = string(default="system")
hide_gui = boolean(default=False)
voice_enabled = boolean(default=False)
ask_at_exit = boolean(default=True)
handle_longtweets = boolean(default=False)
use_invisible_keyboard_shorcuts = boolean(default=True)
play_ready_sound = boolean(default=True)
speak_ready_msg = boolean(default=True)