1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-16 14:47:37 +00:00
serenity/Base/home
david072 13b98d01c0 Taskbar/QuickLaunchWidget: Properly save Quick Launch Entries
The entries in the QuickLaunchWidget are now saved properly. This means
that the format with which they are saved needed to be changed, since we
now also need to store the order of the entries. To do this, the entries
are now saved using the following value format: "<index>:<path>". When
loading, we simply parse this structure out and sort by the index,
before parsing the path into `QuickLaunchEntry`s.
2023-11-09 23:35:52 +01:00
..
anon Taskbar/QuickLaunchWidget: Properly save Quick Launch Entries 2023-11-09 23:35:52 +01:00