We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bf8b8 commit 21d36f2Copy full SHA for 21d36f2
src/application.rs
@@ -100,7 +100,7 @@ impl ShutterApplication {
100
fn show_about(&self) {
101
let window = self.active_window().unwrap();
102
let about = adw::AboutDialog::builder()
103
- .application_icon("shutter")
+ .application_name("Shutter")
104
// TODO remove extra icons
105
.application_icon("org.shutter-project.Shutter")
106
.application_icon("shutter")
0 commit comments