mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 17:32:41 +00:00
feat: new connection flow
This commit is contained in:
@@ -3,12 +3,12 @@ import type {Action} from "svelte/action"
|
||||
|
||||
export interface UserPreferences {
|
||||
backup: boolean
|
||||
autoSync: boolean
|
||||
autoConnect: boolean
|
||||
}
|
||||
|
||||
export const userPreferences = writable<UserPreferences>({
|
||||
backup: false,
|
||||
autoSync: true,
|
||||
autoConnect: true,
|
||||
})
|
||||
|
||||
export const preference: Action<HTMLInputElement, keyof UserPreferences> = (node, key) => {
|
||||
|
||||
Reference in New Issue
Block a user