mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
ClockSettings+Taskbar: Add settings for taskbar clock format
This commit is contained in:
parent
36b6356ce5
commit
5bb0b6ba7a
13 changed files with 334 additions and 179 deletions
|
@ -5,12 +5,16 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(ClockSettingsWidget.gml ClockSettingsWidgetGML.h clock_settings_widget_gml)
|
||||
compile_gml(TimeZoneSettingsWidget.gml TimeZoneSettingsWidgetGML.h time_zone_settings_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
ClockSettingsWidget.cpp
|
||||
ClockSettingsWidget.h
|
||||
ClockSettingsWidgetGML.h
|
||||
TimeZoneSettingsWidget.cpp
|
||||
TimeZoneSettingsWidget.h
|
||||
TimeZoneSettingsWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(ClockSettings ICON app-analog-clock) # FIXME: Create a ClockSettings icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue