mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 08:26:21 +00:00
Added a seperate option to enable outgoing typing notifications
This commit is contained in:
@@ -248,6 +248,19 @@ prefs_set_states(gboolean value)
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
gboolean
|
||||
prefs_get_outtype(void)
|
||||
{
|
||||
return g_key_file_get_boolean(prefs, "ui", "outtype", NULL);
|
||||
}
|
||||
|
||||
void
|
||||
prefs_set_outtype(gboolean value)
|
||||
{
|
||||
g_key_file_set_boolean(prefs, "ui", "outtype", value);
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
gboolean
|
||||
prefs_get_notify_typing(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user