We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c5ae1 + b531fe6 commit ef6f80aCopy full SHA for ef6f80a
photon-client/src/components/app/photon-camera-stream.vue
@@ -105,18 +105,21 @@ onBeforeUnmount(() => {
105
/>
106
<div class="stream-overlay" :style="overlayStyle">
107
<pv-icon
108
+ color="primary"
109
icon-name="mdi-camera-image"
110
tooltip="Capture and save a frame of this stream"
111
class="ma-1 mr-2"
112
@click="handleCaptureClick"
113
114
115
116
icon-name="mdi-fullscreen"
117
tooltip="Open this stream in fullscreen"
118
119
@click="handleFullscreenRequest"
120
121
122
123
icon-name="mdi-open-in-new"
124
tooltip="Open this stream in a new window"
125
0 commit comments