phone(dconf): Use gallery without sidebar for eog

Makes the image viewer work well out-of-the-box.
This commit is contained in:
Donovan Glover 2024-07-17 22:46:32 -04:00
parent a8856e9334
commit d6d298491a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -43,6 +43,11 @@ in
"org/gnome/desktop/interface" = {
show-battery-percentage = true;
};
"org/gnome/eog/ui" = {
image-gallery = true;
sidebar = false;
};
};
};
};