This commit is contained in:
syuilo
2025-03-13 09:10:09 +09:00
parent 9876ff9a7a
commit 8593aa1418
2 changed files with 8 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ export type PreferencesDefinition = Record<string, {
serverDependent?: boolean;
}>;
export class ProfileManager {
export class PreferencesManager {
private storageProvider: StorageProvider;
public profile: PreferencesProfile;
public cloudReady: Promise<void>;