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 a28676c commit 55d7f22Copy full SHA for 55d7f22
ui/src/hooks/stores.ts
@@ -358,17 +358,6 @@ export const useSettingsStore = create(
358
),
359
);
360
361
-export interface DeviceSettingsState {
362
- trackpadSensitivity: number;
363
- mouseSensitivity: number;
364
- clampMin: number;
365
- clampMax: number;
366
- blockDelay: number;
367
- trackpadThreshold: number;
368
- scrollSensitivity: "low" | "default" | "high";
369
- setScrollSensitivity: (sensitivity: DeviceSettingsState["scrollSensitivity"]) => void;
370
-}
371
-
372
export interface RemoteVirtualMediaState {
373
source: "WebRTC" | "HTTP" | "Storage" | null;
374
mode: "CDROM" | "Disk" | null;
0 commit comments