mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
24 lines
754 B
Plaintext
24 lines
754 B
Plaintext
[sessions]
|
|
current_session = string(default="")
|
|
sessions = list(default=list())
|
|
ignored_sessions = list(default=list())
|
|
|
|
[app-settings]
|
|
language = string(default="system")
|
|
hide_gui = boolean(default=False)
|
|
voice_enabled = boolean(default=False)
|
|
ask_at_exit = boolean(default=True)
|
|
handle_longtweets = boolean(default=True)
|
|
use_invisible_keyboard_shorcuts = boolean(default=True)
|
|
play_ready_sound = boolean(default=True)
|
|
speak_ready_msg = boolean(default=True)
|
|
log_level = string(default="error")
|
|
load_keymap = string(default="default.keymap")
|
|
donation_dialog_displayed = boolean(default=False)
|
|
check_for_updates = boolean(default=True)
|
|
|
|
[proxy]
|
|
server = string(default="")
|
|
port = string(default="")
|
|
user = string(default="")
|
|
password = string(default="") |