Unite preferences (#4133)

* One preference file

* Set default before converting types
This commit is contained in:
KamaleiZestri
2026-03-02 13:05:43 -06:00
committed by GitHub
parent a2e2395ce9
commit ddc10b0935
8 changed files with 109 additions and 86 deletions

View File

@@ -37,6 +37,7 @@ $sync.PSScriptRoot = $PSScriptRoot
$sync.version = "#{replaceme}"
$sync.configs = @{}
$sync.Buttons = [System.Collections.Generic.List[PSObject]]::new()
$sync.preferences = @{}
$sync.ProcessRunning = $false
$sync.selectedApps = [System.Collections.Generic.List[string]]::new()
$sync.selectedTweaks = [System.Collections.Generic.List[string]]::new()