mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
ClockSettings: Add 'show seconds' toggle to time format settings
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 11:47:29 +09:00
Author: https://github.com/cflip Commit: https://github.com/SerenityOS/serenity/commit/0a92dbd390 Pull-request: https://github.com/SerenityOS/serenity/pull/13647 Reviewed-by: https://github.com/trflynn89
@@ -18,7 +18,10 @@ private:
|
||||
virtual void apply_settings() override;
|
||||
virtual void reset_default_values() override;
|
||||
|
||||
void update_time_format_string();
|
||||
|
||||
RefPtr<GUI::RadioButton> m_24_hour_radio;
|
||||
RefPtr<GUI::CheckBox> m_show_seconds_checkbox;
|
||||
RefPtr<GUI::TextBox> m_custom_format_input;
|
||||
|
||||
String m_date_format;
|
||||
|
||||
Reference in New Issue
Block a user