fix: remove defunct FLIR/NVG/CRT style presets, keep only DEFAULT and SATELLITE

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Former-commit-id: c4de39bb02
This commit is contained in:
anoracleofra-code
2026-03-10 04:53:17 -06:00
co-authored by Claude Opus 4.6
parent e0257d2419
commit c085475110
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export default function Dashboard() {
});
const [activeStyle, setActiveStyle] = useState('DEFAULT');
const stylesList = ['DEFAULT', 'SATELLITE', 'FLIR', 'NVG', 'CRT'];
const stylesList = ['DEFAULT', 'SATELLITE'];
const cycleStyle = () => {
setActiveStyle((prev) => {