mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Chore: Remove unnecessary comment
Removes a redundant comment from the UI script to improve code readability.
This commit is contained in:
@@ -193,7 +193,6 @@ $window.Add_Loaded({
|
||||
$script:uiState.Controls.chkPreviewCU.IsEnabled = -not $script:uiState.Controls.chkLatestCU.IsChecked
|
||||
$script:uiState.Controls.chkLatestCU.IsEnabled = -not $script:uiState.Controls.chkPreviewCU.IsChecked
|
||||
|
||||
# USB Drive Detection/Selection logic (Keep existing logic)
|
||||
|
||||
# APPLICATIONS tab UI logic (Keep existing logic)
|
||||
$script:uiState.Controls.chkInstallWingetApps.Visibility = if ($script:uiState.Controls.chkInstallApps.IsChecked) { 'Visible' } else { 'Collapsed' }
|
||||
|
||||
Reference in New Issue
Block a user