Display a help message upon first start of Profanity

Explaining how to register/connect/set up an account.
This commit is contained in:
Michael Vetter
2022-07-05 06:57:11 +02:00
parent 6a3ea47dc0
commit 27a5c9d287
2 changed files with 24 additions and 1 deletions

View File

@@ -265,7 +265,6 @@ prefs_reload(void)
void
prefs_load(char* config_file)
{
if (config_file == NULL) {
prefs_loc = files_get_config_path(FILE_PROFRC);
} else {