mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added console muc message setting to themes
This commit is contained in:
parent
69ac809776
commit
fb7001cffb
@ -533,6 +533,8 @@ _load_preferences(void)
|
||||
g_free(ch);
|
||||
}
|
||||
}
|
||||
|
||||
_set_string_preference("console.muc", PREF_CONSOLE_MUC);
|
||||
}
|
||||
|
||||
static gchar*
|
||||
|
@ -96,3 +96,4 @@ occupants.jid=
|
||||
wins.autotidy=
|
||||
otr.char=
|
||||
pgp.char=
|
||||
console.muc=
|
||||
|
@ -96,3 +96,4 @@ wins.autotidy=true
|
||||
otr.char=@
|
||||
pgp.char=%
|
||||
tls.show=true
|
||||
console.muc=first
|
||||
|
@ -42,3 +42,4 @@ presence=true
|
||||
intype=true
|
||||
enc.warn=true
|
||||
tls.show=true
|
||||
console.muc=all
|
||||
|
@ -36,3 +36,4 @@ intype=false
|
||||
enc.warn=false
|
||||
wins.autotidy=false
|
||||
tls.show=false
|
||||
console.muc=first
|
||||
|
Loading…
x
Reference in New Issue
Block a user