diff --git a/src/renderer/components/settings/TrayColorPicker.tsx b/src/renderer/components/settings/TrayColorPicker.tsx index 4e38dc8..d88f162 100644 --- a/src/renderer/components/settings/TrayColorPicker.tsx +++ b/src/renderer/components/settings/TrayColorPicker.tsx @@ -20,12 +20,12 @@ const presets = [ "#F6BFAC" // Vesktop inpired ]; -export const trayIconPicker: SettingsComponent = ({ settings }) => { - if (!settings.tray) return null; // how to disable instead of hiding? +export const TrayIconPicker: SettingsComponent = ({ settings }) => { + if (!settings.tray) return null; return ( -