1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 05:11:00 +00:00
serenity/Applications/DisplaySettings
Linus Groh bdb924522f DisplaySettings: Ensure wallpaper mode is always initialized
If loading the WindowServer config fails or we get a value other than
"simple", "center", "tile", or "scaled", DisplaySettings would crash
when changing the wallpaper image.

Fixes #4360.
2020-12-09 12:46:59 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DisplaySettings.cpp DisplaySettings: Ensure wallpaper mode is always initialized 2020-12-09 12:46:59 +01:00
DisplaySettings.h DisplaySettings: Fix crash on exit (due to Core::Object on the stack) 2020-07-05 21:17:14 +02:00
main.cpp Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
MonitorWidget.cpp Base: Create /res/graphics/ and relocate system art assets 2020-08-27 15:38:02 +02:00
MonitorWidget.h DisplaySettings: Allow setting wallpapers from outside /res/wallpapers 2020-06-28 00:06:09 +02:00