mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
chore(ui): Removed unused DeviceSettingState (#496)
Now that we don't do any mouse/trackpad sensitivity settings, this whole interface is unused.
This commit is contained in:
@@ -358,17 +358,6 @@ export const useSettingsStore = create(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
export interface DeviceSettingsState {
|
|
||||||
trackpadSensitivity: number;
|
|
||||||
mouseSensitivity: number;
|
|
||||||
clampMin: number;
|
|
||||||
clampMax: number;
|
|
||||||
blockDelay: number;
|
|
||||||
trackpadThreshold: number;
|
|
||||||
scrollSensitivity: "low" | "default" | "high";
|
|
||||||
setScrollSensitivity: (sensitivity: DeviceSettingsState["scrollSensitivity"]) => void;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface RemoteVirtualMediaState {
|
export interface RemoteVirtualMediaState {
|
||||||
source: "WebRTC" | "HTTP" | "Storage" | null;
|
source: "WebRTC" | "HTTP" | "Storage" | null;
|
||||||
mode: "CDROM" | "Disk" | null;
|
mode: "CDROM" | "Disk" | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user