mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
Launcher: Remove button for guitest.
This commit is contained in:
parent
d74b131c27
commit
fd99382004
Notes:
sideshowbarker
2024-07-19 15:46:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/fd993820044
1 changed files with 0 additions and 3 deletions
|
@ -73,8 +73,5 @@ GWindow* make_launcher_window()
|
|||
auto* file_manager_button = new LauncherButton("/res/icons/FileManager.rgb", "/bin/FileManager", widget);
|
||||
file_manager_button->move_to(115, 5);
|
||||
|
||||
auto* guitest_button = new LauncherButton("/res/icons/generic.rgb", "/bin/guitest", widget);
|
||||
guitest_button->move_to(170, 5);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue