Show an error once for wayland users. Wayland doesn't support this software

This commit is contained in:
dec05eba
2025-10-30 18:33:50 +01:00
parent d9496e0a0a
commit 12c090c7d3
4 changed files with 46 additions and 32 deletions

View File

@@ -171,6 +171,7 @@ namespace gsr {
return {
{"main.config_file_version", &config.main_config.config_file_version},
{"main.software_encoding_warning_shown", &config.main_config.software_encoding_warning_shown},
{"main.wayland_warning_shown", &config.main_config.wayland_warning_shown},
{"main.hotkeys_enable_option", &config.main_config.hotkeys_enable_option},
{"main.joystick_hotkeys_enable_option", &config.main_config.joystick_hotkeys_enable_option},
{"main.tint_color", &config.main_config.tint_color},