feat(sideright): add Flatpak support for EasyEffects service and toggle (#2013)

This commit is contained in:
end-4
2025-09-18 08:08:44 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -21,7 +21,7 @@ QuickToggleButton {
}
altAction: () => {
Quickshell.execDetached(["easyeffects"])
Quickshell.execDetached(["bash", "-c", "flatpak run com.github.wwmm.easyeffects || easyeffects"])
GlobalStates.sidebarRightOpen = false
}