mirror of
https://github.com/iamrbn/Reddit-Widget.git
synced 2026-08-24 02:24:20 -05:00
script version 1.5
This commit is contained in:
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user