mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add remote control (#164)
* draft add remotes * add favorite, rating * add basic auth
This commit is contained in:
@@ -16,7 +16,7 @@ const localSettings = isElectron() ? window.electron.localSettings : null;
|
||||
interface EditServerFormProps {
|
||||
isUpdate?: boolean;
|
||||
onCancel: () => void;
|
||||
password?: string;
|
||||
password: string | null;
|
||||
server: ServerListItem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user