Added ico

This commit is contained in:
Joeri 2026-02-20 15:07:17 +01:00
parent 9a26108720
commit d89815738a

View file

@ -22,7 +22,7 @@ $form.Size = New-Object System.Drawing.Size(320, 160)
$form.StartPosition = "CenterScreen" $form.StartPosition = "CenterScreen"
$form.Topmost = $true $form.Topmost = $true
$form.KeyPreview = $true $form.KeyPreview = $true
$form.Icon = New-Object System.Drawing.Icon("C:\Path\To\Icon.ico") $form.Icon = New-Object System.Drawing.Icon("https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/assets/logo.ico")
# Form label # Form label
$lbl = New-Object System.Windows.Forms.Label $lbl = New-Object System.Windows.Forms.Label