You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/Settings.vue
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<labelclass="label">Device Color</label>
10
10
<divclass="control">
11
11
<spanclass="device-color"v-for="(color, index) in colors":key="index"v-bind:class="{ selected: color == settings.color }"v-bind:style="{ 'background-color': color }"@click="settings.color = color"></span>
12
-
<p>Requires a reload for color change to take effect</p>
12
+
<p>A reload is required for color change to take effect</p>
0 commit comments