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 573e0a3 commit 2da2fedCopy full SHA for 2da2fed
src/Application.vala
@@ -175,7 +175,7 @@ namespace Reminduck {
175
private static void request_autostart () {
176
Xdp.Portal portal = new Xdp.Portal ();
177
GenericArray<weak string> cmd = new GenericArray<weak string> ();
178
- cmd.add ("com.github.elfenware.reminduck");
+ cmd.add ("io.github.ellie_commons.reminduck");
179
cmd.add ("--headless");
180
181
portal.request_background.begin (
0 commit comments