mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add comments to preferences.c
This commit is contained in:
parent
7dbc0baef3
commit
5c41c5b380
@ -50,7 +50,8 @@
|
||||
#include "config/files.h"
|
||||
#include "config/conflists.h"
|
||||
|
||||
// preference groups refer to the sections in .profrc, for example [ui]
|
||||
// preference groups refer to the sections in .profrc or theme files
|
||||
// for example [ui] but not [colours] which is handled in theme.c
|
||||
#define PREF_GROUP_LOGGING "logging"
|
||||
#define PREF_GROUP_CHATSTATES "chatstates"
|
||||
#define PREF_GROUP_UI "ui"
|
||||
@ -1515,7 +1516,6 @@ prefs_statusbar_pos_down(void)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
gboolean
|
||||
prefs_inputwin_pos_down(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user