Skip to content

Commit c2815f5

Browse files
skychxulivz
authored andcommitted
feat: vnc first
1 parent b639d2f commit c2815f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

multimodal/tarko/ui/src/components/gui-agent/StrategySwitch.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ interface StrategySwitchProps {
1010
}
1111

1212
const strategyConfig = {
13+
vnc: {
14+
label: 'VNC',
15+
icon: <FiMonitor size={12} />,
16+
tooltip: 'Show realtime VNC stream',
17+
},
1318
beforeAction: {
1419
label: 'Before',
1520
icon: <FiClock size={12} />,
@@ -25,11 +30,6 @@ const strategyConfig = {
2530
icon: <FiShuffle size={12} />,
2631
tooltip: 'Show screenshots before and after action execution',
2732
},
28-
vnc: {
29-
label: 'VNC',
30-
icon: <FiMonitor size={12} />,
31-
tooltip: 'Show realtime VNC stream',
32-
},
3333
} as const;
3434

3535
export const StrategySwitch: React.FC<StrategySwitchProps> = ({

0 commit comments

Comments
 (0)