We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb78fa commit 3e428efCopy full SHA for 3e428ef
packages/client/internals/NavControls.vue
@@ -11,7 +11,6 @@ import IconButton from './IconButton.vue'
11
import MenuButton from './MenuButton.vue'
12
import Settings from './Settings.vue'
13
import SyncControls from './SyncControls.vue'
14
-
15
import VerticalDivider from './VerticalDivider.vue'
16
17
const props = defineProps({
@@ -161,7 +160,7 @@ if (__SLIDEV_FEATURE_RECORD__)
161
160
{{ presenterLayout }}
162
</IconButton>
163
164
- <SyncControls v-if="__SLIDEV_FEATURE_PRESENTER__" />
+ <SyncControls v-if="__SLIDEV_FEATURE_PRESENTER__ && __SLIDEV_HAS_SERVER__" />
165
166
<MenuButton>
167
<template #button>
0 commit comments