serenity/Userland
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
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications BrowserSettings: Avoid adding empty domain to content filter 2022-06-17 19:45:52 +01:00
Demos LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
DevTools HackStudio: Add "Open in New Tab" context menu entry 2022-06-16 12:55:14 +01:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Userland+Base: Remove Breakout and Pong games 2022-06-15 17:15:04 +02:00
Libraries LibGUI: Add on_theme_change callback to Application 2022-06-17 19:46:30 +01:00
Services Taskbar: Update checked state of theme menu on global theme change 2022-06-17 19:46:30 +01:00
Shell LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
Utilities Keymap: Fix switching selected keymap 2022-06-16 14:58:43 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00