1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Userland/Services/Taskbar
networkException 695dfabc2e Taskbar: Update checked state of theme menu on global theme change
Previously we would assume that the theme would only change through the
taskbar menu. As the theme can also be changed in DisplaySettings, the
selected theme in the taskbar menu would get out of sync.

With this patch the menu will get updated every time the theme changes
and the menu is not shown.
2022-06-17 19:46:30 +01:00
..
ClockWidget.cpp Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI 2022-05-25 23:14:22 +01:00
ClockWidget.h ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
CMakeLists.txt Taskbar: Add dropping of AppFiles to QuickLaunch 2021-12-28 00:57:48 -08:00
main.cpp Taskbar: Update checked state of theme menu on global theme change 2022-06-17 19:46:30 +01:00
QuickLaunchWidget.cpp LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn 2022-05-25 23:14:22 +01:00
QuickLaunchWidget.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ShutdownDialog.cpp Taskbar: Use default buttons in ShutdownDialog 2022-06-02 22:33:00 +02:00
ShutdownDialog.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.cpp LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00
TaskbarButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TaskbarWindow.cpp Taskbar+Desktop: Add super+D keyboard shortcut 2022-06-01 19:31:34 +02:00
TaskbarWindow.h Taskbar: Add toggle_show_desktop() 2022-06-01 19:31:34 +02:00
WindowIdentifier.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowList.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowList.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00