khanhas / PowershellRM

Invokes Powershell script in Rainmeter
21 stars 2 forks source link

function Update not returning value. #2

Closed deathcrafter closed 3 years ago

deathcrafter commented 3 years ago
function Update {
        return 1
}

This function is supposed to return 1 as the Measure's value but it remains 0 somehow.

[SpicetifyScript]
Measure=Plugin
Plugin=PowershellRM
ScriptFile=#@#Scripts\Spicetify.ps1

UpdateDivider is -1.