Skip to content

Commit 21d36f2

Browse files
committed
how did I miss the name
1 parent 32bf8b8 commit 21d36f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl ShutterApplication {
100100
fn show_about(&self) {
101101
let window = self.active_window().unwrap();
102102
let about = adw::AboutDialog::builder()
103-
.application_icon("shutter")
103+
.application_name("Shutter")
104104
// TODO remove extra icons
105105
.application_icon("org.shutter-project.Shutter")
106106
.application_icon("shutter")

0 commit comments

Comments
 (0)