mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
[sessions]
|
|
current_session = string(default="")
|
|
sessions = list(default=list())
|
|
ignored_sessions = list(default=list())
|
|
|
|
[app-settings]
|
|
language = string(default="system")
|
|
update_period = integer(default=2)
|
|
hide_gui = boolean(default=False)
|
|
voice_enabled = boolean(default=False)
|
|
ask_at_exit = boolean(default=True)
|
|
autostart = boolean(default=False)
|
|
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)
|
|
remember_mention_and_longtweet = boolean(default=False)
|
|
longtweet = boolean(default=false)
|
|
mention_all = boolean(default=False)
|
|
no_streaming = boolean(default=False)
|
|
|
|
[proxy]
|
|
type = string(default="Direct connection")
|
|
server = string(default="")
|
|
port = string(default="")
|
|
user = string(default="")
|
|
password = string(default="") |