diff --git a/rust/frontend/src/models/settings.rs b/rust/frontend/src/models/settings.rs index 9261651..2903f95 100644 --- a/rust/frontend/src/models/settings.rs +++ b/rust/frontend/src/models/settings.rs @@ -74,7 +74,15 @@ use zaparoo_core::runtime; /// empty leading entry is the "use `frontend.toml` defaults" sentinel; /// the form renders it as `qsTr("Default")` so users can cycle back /// to no-override after picking a custom value. -const MISTER_RESOLUTIONS: &[&str] = &["", "1280x720", "1920x1080", "640x480", "1920x1440"]; +const MISTER_RESOLUTIONS: &[&str] = &[ + "", + "1280x720", + "1920x1080", + "1920x1200", + "1920x1440", + "640x480", + "2048x1536", +]; const LANGUAGES: &[&str] = &[ "auto", "en", "it_IT", "de", "el", "ja", "ko", "nl", "ro", "sk", "uk", "zh_CN", "he", "ar", "hi", diff --git a/scripts/run-macos-mister-core.sh b/scripts/run-macos-mister-core.sh index 01d38be..c227472 100755 --- a/scripts/run-macos-mister-core.sh +++ b/scripts/run-macos-mister-core.sh @@ -17,5 +17,5 @@ fi export ZAPAROO_CORE_ENDPOINT="ws://192.168.1.176:7497/api/v0.1" export ZAPAROO_CRT_PREVIEW_SCALE=3 -exec "${FRONTEND}" --crt +exec "${FRONTEND}" # exec "${FRONTEND}" --crt