Skip to content

Commit

Permalink
Update Portal.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Feb 26, 2024
1 parent 3aae50e commit 98074c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Wallpaper/Portal.vala
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public class Wallpaper.Portal : Object {
show_preview = options["show-preview"].get_boolean ();
}

critical (set_on);

// Currently only support Both
if (set_on == "background" || set_on == "lockscreen") {
return 1;
Expand Down

0 comments on commit 98074c0

Please sign in to comment.