mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Fix startup crash if ShowTodaysReminders option is set.
This commit is contained in:
@@ -3418,6 +3418,7 @@ proc ShowTodaysReminders {} {
|
|||||||
global Option
|
global Option
|
||||||
global Remind
|
global Remind
|
||||||
global ReminderFile
|
global ReminderFile
|
||||||
|
global TwentyFourHourMode
|
||||||
if {!$Option(ShowTodaysReminders)} {
|
if {!$Option(ShowTodaysReminders)} {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user