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.
1 parent 76d5195 commit 7c60f85Copy full SHA for 7c60f85
1 file changed
gui/src/components/settings/pages/InterfaceSettings.tsx
@@ -499,9 +499,9 @@ export function InterfaceSettings() {
499
max={1}
500
step={0.01}
501
values={[
502
- { value: 0, label: '0%' },
503
- { value: 0.5, label: '180%' },
504
- { value: 1, label: '360%' },
+ { value: 0, label: '0°' },
+ { value: 0.5, label: '180°' },
+ { value: 1, label: '360°' },
505
]}
506
disabled={
507
config?.theme != 'custom-bright' &&
0 commit comments