serenity/Userland/Libraries/LibDesktop
Hugh Davenport 6ab315ae69 LibDesktop: Add menu_name() to AppFile
This really just takes the [App].Name config value and removes the
ampersands `&` from the name. These ampersands are hotkeys for the
system menu. Instead of typing them twice - error prone  - use the
fact that name is just menu_name without the ampersand. Remove the
ampersand to use as the name and use it as is as the menu_name.
2024-01-14 15:16:45 -07:00
..
AppFile.cpp LibDesktop: Add menu_name() to AppFile 2024-01-14 15:16:45 -07:00
AppFile.h LibDesktop: Add menu_name() to AppFile 2024-01-14 15:16:45 -07:00
CMakeLists.txt AppFile: Add helpers for dealing with AppFile paths 2023-11-09 23:35:52 +01:00
Launcher.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Launcher.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Screensaver.cpp Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
Screensaver.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00