OneSDK
    Preparing search index...

    Interface AppConfig

    interface AppConfig {
        autoLaunch: boolean;
        cacheLimit: number;
        fixedForeground: boolean;
        hardwareAcceleration: boolean;
        lang: string;
        lastDBCleanUp: string;
        lastNewsDate: string;
        logs: boolean;
        migrated: { v5: boolean; v52: boolean; v8: boolean };
        mode: number;
        renderCacheLimit: number;
        skipCloseConfirmation: boolean;
        testComments: string;
        writeLogs: boolean;
    }
    Index

    Properties

    autoLaunch: boolean
    cacheLimit: number
    fixedForeground: boolean
    hardwareAcceleration: boolean
    lang: string
    lastDBCleanUp: string
    lastNewsDate: string
    logs: boolean
    migrated: { v5: boolean; v52: boolean; v8: boolean }
    mode: number
    renderCacheLimit: number
    skipCloseConfirmation: boolean
    testComments: string
    writeLogs: boolean