Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Aug 24, 2024
1 parent 62b5c28 commit 59d9dfb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12563,19 +12563,10 @@ $itt.InstallBtn = $itt["window"].FindName("installBtn")
$itt.ApplyBtn = $itt["window"].FindName("applyBtn")
$itt.Category = $itt["window"].FindName("category")
$itt.SearchInput = $itt["window"].FindName("searchInput")


$itt.installText = $itt["window"].FindName("installText")
$itt.installIcon = $itt["window"].FindName("installIcon")

$itt.applyText = $itt["window"].FindName("applyText")
$itt.applyIcon = $itt["window"].FindName("applyIcon")

$itt.window = $itt["window"]




#===========================================================================
#endregion End loadXmal
#===========================================================================
Expand Down

0 comments on commit 59d9dfb

Please sign in to comment.