mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 13:46:21 +00:00
Unified desktop notification preferences
This commit is contained in:
@@ -65,7 +65,7 @@ prof_run(const int disable_tls, char *log_level)
|
||||
|
||||
gdouble elapsed = g_timer_elapsed(timer, NULL);
|
||||
|
||||
gint remind_period = prefs_get_remind();
|
||||
gint remind_period = prefs_get_notify_remind();
|
||||
|
||||
// 0 means to not remind
|
||||
if (remind_period > 0 && elapsed >= remind_period) {
|
||||
|
||||
Reference in New Issue
Block a user