ladybird/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
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
Screensaver.h