Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yukino Song
2024-08-08 19:43:28 +08:00
10 changed files with 13 additions and 156 deletions

View File

@@ -11,8 +11,6 @@ import DisplayModesSettings from "./audiovideo/DisplayModesSettings.vue";
const props = defineProps([
'platform',
'config',
'resolutions',
'fps',
'min_fps_factor',
])
@@ -97,8 +95,6 @@ const config = ref(props.config)
<DisplayModesSettings
:platform="platform"
:config="config"
:resolutions="resolutions"
:fps="fps"
:min_fps_factor="min_fps_factor"
/>