Bläddra i källkod

MailSettings: Use the app-mail icon for the window

No app-mail-settings icon exists (yet). app-mail is also what's being
embedded in the executable, so let's stick with it.
Linus Groh 3 år sedan
förälder
incheckning
c5e5ea71d7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Userland/Applications/MailSettings/main.cpp

+ 1 - 1
Userland/Applications/MailSettings/main.cpp

@@ -23,7 +23,7 @@ int main(int argc, char** argv)
         return 1;
     }
 
-    auto app_icon = GUI::Icon::default_icon("app-mail-settings");
+    auto app_icon = GUI::Icon::default_icon("app-mail");
 
     auto window = MailSettingsWindow::construct();
     window->set_title("Mail Settings");