Skip to content

Commit

Permalink
chore: code review cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
Hazer and ReenigneArcher authored May 12, 2024
1 parent 222439e commit 2db5a07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/PlatformLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
required: true
}
})
</script>

<template>
<template v-if="$slots.windows && platform === 'windows'">
<slot name="windows"></slot>
Expand Down
12 changes: 0 additions & 12 deletions src_assets/common/assets/web/configs/tabs/AudioVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,11 @@ const config = ref(props.config)
:config="config"
/>

<!-- TODO: Replace with NewDisplayOutputSelector in PR #2490 -->
<LegacyDisplayOutputSelector
:platform="platform"
:config="config"
/>

<!-- TODO: Display device options, PR #2032 -->
<!-- <PlatformLayout :platform="platform">
<template #windows>
<DisplayDeviceOptions
:platform="platform"
:config="config"
:display_mode_remapping="display_mode_remapping"
/>
</template>
</PlatformLayout> -->

<!-- Display Modes -->
<DisplayModesSettings
:platform="platform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const outputNamePlaceholder = (props.platform === 'windows') ? '{de9bb7e2-186e-5
</script>

<template>
<!-- TODO: Implement it using select/option in PR #2490 -->
<div class="mb-3">
<label for="output_name" class="form-label">{{ $tp('config.output_name') }}</label>
<input type="text" class="form-control" id="output_name" :placeholder="outputNamePlaceholder"
Expand Down

0 comments on commit 2db5a07

Please sign in to comment.