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 ba29cc6 commit c3979d9Copy full SHA for c3979d9
src/Application.vala
@@ -144,8 +144,7 @@ public class Badger.Application : Gtk.Application {
144
cmd.add ("com.github.elfenware.badger");
145
cmd.add ("--headless");
146
147
- // TODO: Implicit .begin is deprecated but i have no idea how to fix that
148
- portal.request_background (
+ portal.request_background.begin (
149
null,
150
_("Autostart Badger in background to send reminders"),
151
cmd,
0 commit comments