diff --git a/scripts/main.ps1 b/scripts/main.ps1
index 63ad6006..d340abde 100644
--- a/scripts/main.ps1
+++ b/scripts/main.ps1
@@ -381,13 +381,14 @@ $sync["SearchBar"].Add_TextChanged({
$activeApplications = @()
+ $textToSearch = $sync.SearchBar.Text.ToLower()
+
foreach ($CheckBox in $CheckBoxes) {
# Check if the checkbox is null or if it doesn't have content
if ($CheckBox -eq $null -or $CheckBox.Value -eq $null -or $CheckBox.Value.Content -eq $null) {
continue
}
- $textToSearch = $sync.SearchBar.Text.ToLower()
$checkBoxName = $CheckBox.Key
$textBlockName = $checkBoxName + "Link"
diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index 69e3ad08..28454c21 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -800,31 +800,16 @@
-
-
-
- Note: Hover over items to get a better description. Please be careful as many of these tweaks will heavily modify your system.
- Recommended selections are for normal users and if you are unsure do NOT check anything else!
-
-
+ a
+
+
+ Note: Hover over items to get a better description. Please be careful as many of these tweaks will heavily modify your system.
+ Recommended selections are for normal users and if you are unsure do NOT check anything else!
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -879,12 +864,12 @@
HorizontalAlignment="Stretch">
-
+
Choose a Windows ISO file that you've downloaded
Check the status in the console
-
@@ -945,9 +930,9 @@
Foreground="{LabelboxForegroundColor}"
ToolTip="Path to unpacked drivers all sys and inf files for devices that need drivers"
/>
-
+
-
+