mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
Calendar: Add a Calendar settings dialog for the first day of the week
This commit adds a new settings dialog for the Calendar application and applet. It allows the user to specify their preferred first day of the week.
This commit is contained in:
parent
9414525d75
commit
0eceed4fd7
12 changed files with 178 additions and 2 deletions
17
Userland/Applications/CalendarSettings/CMakeLists.txt
Normal file
17
Userland/Applications/CalendarSettings/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
serenity_component(
|
||||
CalendarSettings
|
||||
RECOMMENDED
|
||||
TARGETS CalendarSettings
|
||||
)
|
||||
|
||||
compile_gml(CalendarSettingsWidget.gml CalendarSettingsWidgetGML.h calendar_settings_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
CalendarSettingsWidget.cpp
|
||||
CalendarSettingsWidget.h
|
||||
CalendarSettingsWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(CalendarSettings ICON app-calendar)
|
||||
target_link_libraries(CalendarSettings LibConfig LibGUI LibMain)
|
Loading…
Add table
Add a link
Reference in a new issue