Skip to content

Commit f0eca6b

Browse files
committed
Autogenerate ./types
1 parent 35b93ac commit f0eca6b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

types/cache.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ export declare class FileCache {
33
private static cacheDir;
44
private static inCache;
55
private static cache;
6-
static _isThereInternet: boolean | undefined;
7-
static isThereInternet(force?: boolean): Promise<boolean>;
86
static getDefaultModIconConfig(): {
97
path: string;
108
offsetX: number;

types/mod-installer.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export declare class ModInstaller {
2323
static record: Record<string, ModEntryServer>;
2424
static byNameRecord: Record<string, ModEntryServer>;
2525
static virtualMods: Record<string, ModEntryLocalVirtual>;
26+
static modsDir: string;
2627
static init(): void;
2728
private static getModByDepName;
2829
private static setOrAddNewer;

types/options.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export declare function registerOpts(): {
3636
};
3737
readonly hideLibraryMods: {
3838
readonly type: "CHECKBOX";
39-
readonly init: true;
39+
readonly init: false;
4040
readonly hidden: true;
4141
readonly changeEvent: (this: import("./mod-options").GuiOption) => void;
4242
};

0 commit comments

Comments
 (0)