1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 19:55:07 +00:00

fix(windows): restore complete visual defaults

This commit is contained in:
Tw93
2026-03-23 17:10:16 +08:00
parent f50d1227ee
commit ca186bfa84
4 changed files with 58 additions and 42 deletions

View File

@@ -31,6 +31,9 @@ Describe "Base Module" {
$script:Icons.Success | Should -Not -BeNullOrEmpty
$script:Icons.Error | Should -Not -BeNullOrEmpty
$script:Icons.Warning | Should -Not -BeNullOrEmpty
$script:Icons.Solid | Should -Not -BeNullOrEmpty
$script:Icons.Admin | Should -Not -BeNullOrEmpty
$script:Icons.Trash | Should -Not -BeNullOrEmpty
}
}