script version 1.5

This commit is contained in:
Robinson
2024-11-15 12:26:05 +01:00
committed by GitHub
parent 0a3e8460dc
commit 2c8e28e023
+1 -1
View File
@@ -38,7 +38,7 @@ let modulePath = fm.joinPath(dir, 'redditModule.js')
if (!fm.fileExists(modulePath)) await loadModule()
if (!fm.isFileDownloaded(modulePath)) await fm.downloadFileFromiCloud(modulePath)
let rModule = importModule(modulePath)
let uCheck = await rModule.updateCheck(modulePath, 1.5)
let uCheck = await rModule.updateCheck(1.5)
let jsonPath = fm.joinPath(dir, 'UserCredentials.json')
let txtBGColor = Color.dynamic(new Color('#D5D7DC40'), new Color('#24242421'))
let txtColor = Color.dynamic(Color.black(), Color.white())