Groupchat: Set minimize on auto join default True
This commit is contained in:
parent
039f2215dc
commit
69fd7dc737
1 changed files with 1 additions and 1 deletions
|
@ -2584,7 +2584,7 @@ class JoinGroupchatWindow(Gtk.ApplicationWindow):
|
||||||
# Add as bookmark, with autojoin and not minimized
|
# Add as bookmark, with autojoin and not minimized
|
||||||
name = app.get_nick_from_jid(self.room_jid)
|
name = app.get_nick_from_jid(self.room_jid)
|
||||||
app.interface.add_gc_bookmark(
|
app.interface.add_gc_bookmark(
|
||||||
account, name, self.room_jid, autojoin, 0, password, nickname)
|
account, name, self.room_jid, autojoin, 1, password, nickname)
|
||||||
|
|
||||||
def _on_destroy(self, *args):
|
def _on_destroy(self, *args):
|
||||||
if not self.minimal_mode:
|
if not self.minimal_mode:
|
||||||
|
|
Loading…
Add table
Reference in a new issue