mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Added priority properties to ProfAccount
This commit is contained in:
parent
ac3987869b
commit
40bcaffa0c
@ -32,6 +32,11 @@ typedef struct prof_account_t {
|
||||
gchar *server;
|
||||
gchar *last_presence;
|
||||
gchar *login_presence;
|
||||
gint priority_online;
|
||||
gint priority_chat;
|
||||
gint priority_away;
|
||||
gint priority_xa;
|
||||
gint priority_dnd;
|
||||
gboolean enabled;
|
||||
} ProfAccount;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user