Fix/save active device only in local storage (#643)
* Save "activeDevice" in the local storage * Set default back to for "DeviceSetting"
This commit is contained in:
@@ -232,7 +232,6 @@ export type MetadataServerSettings = {
|
||||
|
||||
// client
|
||||
devices: string[];
|
||||
activeDevice: string;
|
||||
};
|
||||
|
||||
export interface ISearchSettings {
|
||||
|
||||
Reference in New Issue
Block a user