Revert "revert to user folder"

This reverts commit d1dfe2de52.
This commit is contained in:
pblivingston
2026-03-14 18:32:11 -04:00
parent d1dfe2de52
commit 91e798caa1
2 changed files with 20 additions and 22 deletions

View File

@@ -20,15 +20,11 @@ class Remote {
[String]$vmpath
[Hashtable]$kind
[Object]$profiles
[String]$userpath
[String]$workingconfig
Remote ([String]$kindId) {
$this.vmpath = Setup_DLL
$this.kind = GetKind($kindId)
$this.profiles = Get_Profiles($this.kind.name)
$this.userpath = Join-Path ([Environment]::GetFolderPath('MyDocuments')) 'Voicemeeter'
$this.workingconfig = Join-Path $this.userpath ('vm' + $this.kind.name + '_working.xml')
}
[string] ToString() {