Automove to conversation is unchecked by default for new sessions
This commit is contained in:
parent
c3bbd75c65
commit
1a877bbfa1
@ -28,7 +28,7 @@ current_soundpack = string(default="default")
|
|||||||
notify_online = boolean(default=True)
|
notify_online = boolean(default=True)
|
||||||
notify_offline = boolean(default=True)
|
notify_offline = boolean(default=True)
|
||||||
open_unread_conversations = boolean(default=True)
|
open_unread_conversations = boolean(default=True)
|
||||||
automove_to_conversations = boolean(default=True)
|
automove_to_conversations = boolean(default=False)
|
||||||
notifications = string(default="custom")
|
notifications = string(default="custom")
|
||||||
|
|
||||||
[load_at_startup]
|
[load_at_startup]
|
||||||
|
Loading…
Reference in New Issue
Block a user