Merge branch 'test-2024-02-07-refactor-noapps' into max-min-buttons

This commit is contained in:
Yuri Gabriel 2024-02-10 11:10:14 -03:00 committed by GitHub
commit 6f09367ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,6 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.02.10
#>
param (
[switch]$Debug,
@ -47,7 +46,6 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.02.10"
$sync.configs = @{}
$sync.ProcessRunning = $false