mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Added option for an analog style clock on the calendar screen.
This commit is contained in:
@@ -124,6 +124,13 @@ ColumnLayout {
|
||||
checked: Settings.data.location.showCalendarEvents
|
||||
onToggled: checked => Settings.data.location.showCalendarEvents = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: I18n.tr("settings.location.date-time.use-analog.label")
|
||||
description: I18n.tr("settings.location.date-time.use-analog.description")
|
||||
checked: Settings.data.location.analogClockInCalendar
|
||||
onToggled: checked => Settings.data.location.analogClockInCalendar = checked
|
||||
}
|
||||
}
|
||||
|
||||
NDivider {
|
||||
|
||||
Reference in New Issue
Block a user