Fix camera settings not saving correctly in the ui

This commit is contained in:
dec05eba
2026-01-28 00:11:28 +01:00
parent 16ca12f29b
commit f921be46c0
2 changed files with 25 additions and 23 deletions

View File

@@ -283,6 +283,8 @@ namespace gsr {
return true;
}
// Note that this doesn't work in the flatpak right now because of this flatpak bug:
// https://github.com/flatpak/flatpak/issues/6486
static bool is_hyprland_waybar_running_as_dock() {
const char *args[] = { "hyprctl", "layers", nullptr };
std::string stdout_str;