mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 09:22:53 +00:00
HackStudio: Set icon for 'make is not available' notification
This commit is contained in:
parent
b671577223
commit
18a9b66f10
Notes:
sideshowbarker
2024-07-18 22:21:48 +09:00
Author: https://github.com/itamar8910
Commit: 18a9b66f10
Pull-request: https://github.com/SerenityOS/serenity/pull/5327
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ static bool make_is_available()
|
||||||
static void notify_make_not_available()
|
static void notify_make_not_available()
|
||||||
{
|
{
|
||||||
auto notification = GUI::Notification::construct();
|
auto notification = GUI::Notification::construct();
|
||||||
|
notification->set_icon(Gfx::Bitmap::load_from_file("/res/icons/32x32/app-hack-studio.png"));
|
||||||
notification->set_title("'make' Not Available");
|
notification->set_title("'make' Not Available");
|
||||||
notification->set_text("You probably want to install the binutils, gcc, and make ports from the root of the Serenity repository");
|
notification->set_text("You probably want to install the binutils, gcc, and make ports from the root of the Serenity repository");
|
||||||
notification->show();
|
notification->show();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue