File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments