mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:37:36 +00:00
Starfield: Add app icon
Previously, Starfield used app-screensaver icon.
This commit is contained in:
parent
c5e1163c64
commit
742cca4bfe
4 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd rpath"));
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("app-screensaver");
|
||||
auto app_icon = GUI::Icon::default_icon("app-starfield");
|
||||
auto window = TRY(GUI::Window::try_create());
|
||||
|
||||
window->set_double_buffering_enabled(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue