Skip to content

Commit 9fb5946

Browse files
committed
fix build
1 parent fa1a44b commit 9fb5946

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
@@ -145,7 +145,7 @@ public class Badger.Application : Gtk.Application {
145145
return app.run (args);
146146
}
147147

148-
private void request_autostart () {
148+
public void request_autostart () {
149149

150150
Xdp.Portal portal = new Xdp.Portal ();
151151
// portal.begin()

0 commit comments

Comments
 (0)