You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/clock.js
+10-4
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ export class Clock {
34
34
//throw "Lancer Clock Direrctory Error: No valid directories for base themes."; //Enabling this Breaks Things. Only enable when debugging or developing this area.
35
35
};
36
36
37
-
this._themes=newDirs;
38
-
this._themePaths=tempDirs;
37
+
this._baseThemes=newDirs;
38
+
this._baseThemePaths=tempDirs;
39
39
40
40
}).catch(err=>{
41
41
error(err)
42
-
ui.notifications.error("The following error occurred when generating the clock themes: "+err)
42
+
//ui.notifications.error("The following error occurred when generating the clock themes: "+err) //It now fails more elegantly.
throw("This user doesn't have access to modules/lancer-clocks/themes and there are no custom clocks installed. Please annoy your GM to add custom themes to "+extraPath+".")
0 commit comments