1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Userland/Applications/ClockSettings
Sam Atkins ae469b9afa ClockSettings: Don't change format text when checking "Custom"
Previously, when you selected to have a custom format, whatever was in
the custom-format box would get replaced with the format for
12-hour-without-seconds. Now, it keeps whatever was in the box before -
which is less disorientating, and lets you tweak the existing format.
2022-04-23 10:48:51 -07:00
..
ClockSettingsWidget.cpp ClockSettings: Don't change format text when checking "Custom" 2022-04-23 10:48:51 -07:00
ClockSettingsWidget.gml ClockSettings: Add 'show seconds' toggle to time format settings 2022-04-15 08:24:20 -04:00
ClockSettingsWidget.h ClockSettings: Add 'show seconds' toggle to time format settings 2022-04-15 08:24:20 -04:00
CMakeLists.txt ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
main.cpp LibGUI+Applications: Add --open-tab option to FooSettings applications 2022-04-21 17:24:42 +02:00
TimeZoneSettingsWidget.cpp ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
TimeZoneSettingsWidget.gml ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
TimeZoneSettingsWidget.h ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00