Skip to content

Commit c3979d9

Browse files
authored
Use .begin (#102)
1 parent ba29cc6 commit c3979d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Application.vala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ public class Badger.Application : Gtk.Application {
144144
cmd.add ("com.github.elfenware.badger");
145145
cmd.add ("--headless");
146146

147-
// TODO: Implicit .begin is deprecated but i have no idea how to fix that
148-
portal.request_background (
147+
portal.request_background.begin (
149148
null,
150149
_("Autostart Badger in background to send reminders"),
151150
cmd,

0 commit comments

Comments
 (0)