1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Applications/FileManager
Luke c434a91c91 FileManager: Apply wallpaper on startup
I noticed that nothing actually applies the wallpaper on startup.
I wasn't sure where to put the responsibility, so I gave it to
the desktop mode file manager.

Also adds a save_config option to set_wallpaper so it doesn't
needlessly save the config.
2020-08-17 17:47:14 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 2020-08-16 16:44:09 +02:00
DirectoryView.h FileManager: Use one SortingProxyModel for all DirectoryView subviews 2020-08-16 16:44:09 +02:00
FileUtils.cpp FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
FileUtils.h FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
main.cpp FileManager: Apply wallpaper on startup 2020-08-17 17:47:14 +02:00
PropertiesDialog.cpp FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00