Skip to content

Commit 806592d

Browse files
committed
back to hmpf 1.0
1 parent 6734b5b commit 806592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public class Badger.Application : Gtk.Application {
152152
app.headless = true;
153153

154154
} else if (args.length > 1 && args[1] == "--request-autostart") {
155-
request_autostart = true;
155+
app.request_autostart = true;
156156
}
157157

158158
return app.run (args);

0 commit comments

Comments
 (0)