Interface AppConfig

interface AppConfig {
    autoLaunch: boolean;
    fixedForeground: boolean;
    hardwareAcceleration: boolean;
    lang: string;
    lastNewsDate: string;
    logs: boolean;
    migrated: {
        v5: boolean;
        v52: boolean;
    };
    mode: number;
    pro: ProConfig;
    reactionEffect: ReactionEffectConfig;
    skipCloseConfirmation: boolean;
    testComments: string;
}

Properties

autoLaunch: boolean
fixedForeground: boolean
hardwareAcceleration: boolean
lang: string
lastNewsDate: string
logs: boolean
migrated: {
    v5: boolean;
    v52: boolean;
}

Type declaration

  • v5: boolean
  • v52: boolean
mode: number
reactionEffect: ReactionEffectConfig
skipCloseConfirmation: boolean
testComments: string