mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
upd rew.
add quick.ps1 to gitignore run formatter on files
This commit is contained in:
@@ -11,14 +11,13 @@ class Remote {
|
||||
[Object]$profiles
|
||||
|
||||
# Constructor
|
||||
Remote ([String]$kind)
|
||||
{
|
||||
Remote ([String]$kind) {
|
||||
$this.kind = $kind
|
||||
$this.Setup()
|
||||
}
|
||||
|
||||
[void] Setup() {
|
||||
if(Setup_DLL) {
|
||||
if (Setup_DLL) {
|
||||
Login -KIND $this.kind
|
||||
|
||||
$this.profiles = Get_Profiles
|
||||
|
||||
Reference in New Issue
Block a user