feat: Autoping availability warning
Some checks failed
CI Code / Check coding style (pull_request) Failing after 36s
CI Code / Check spelling (pull_request) Successful in 20s
CI Code / Code Coverage (pull_request) Successful in 2m42s
CI Code / Linux (ubuntu) (pull_request) Successful in 4m46s
CI Code / Linux (debian) (pull_request) Successful in 7m21s
CI Code / Linux (arch) (pull_request) Successful in 10m10s

This commit is contained in:
2026-01-27 20:56:28 +01:00
committed by jabber.developer
parent 3b673150b4
commit 75a035cd34
6 changed files with 47 additions and 9 deletions

View File

@@ -6363,6 +6363,8 @@ cmd_autoping(ProfWin* window, const char* const command, gchar** args)
cons_bad_cmd_usage(command);
}
} else if (g_strcmp0(cmd, "warning") == 0) {
_cmd_set_boolean_preference(value, "Autoping availability warning", PREF_AUTOPING_WARNING);
} else {
cons_bad_cmd_usage(command);
}