Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Jun 18, 2024
1 parent f85c1d9 commit b06f391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add-Type -AssemblyName System.Windows.Forms
$sync = [Hashtable]::Synchronized(@{})
$sync.database = @{}
$sync.ProcessRunning = $false
$sync.lastupdate = "17-06-2024"
$sync.lastupdate = "18-06-2024"
$sync.github = "https://github.com/emadadel4"
$sync.telegram = "https://t.me/emadadel4"
$sync.website = "https://eprojects.orgfree.com"
Expand Down Expand Up @@ -5235,7 +5235,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Name="Window" Title="Install and Tweak Tool #Stand With Palestine" WindowStartupLocation = "CenterScreen"
Background="{DynamicResource BGColor}"
Height="600" MinHeight="600" Topmost="False" Width="799" MinWidth="799" ShowInTaskbar = "True" Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/Assets/Icons/icon.ico">
Height="622" Width="799" MinHeight="622" MinWidth="799" Topmost="False" ShowInTaskbar = "True" Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/Assets/Icons/icon.ico">

<Window.Resources>
<!--Button Style-->
Expand Down Expand Up @@ -5786,7 +5786,7 @@ Height="600" MinHeight="600" Topmost="False" Width="799" MinWidth="799" ShowIn

<!--Catagory Section-->
<ComboBox SelectedIndex="0" Margin="0,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Center" Name="category" Width="auto">
<ComboBoxItem Content="All"></ComboBoxItem>
<ComboBoxItem Content="All"></ComboBoxItem>
<ComboBoxItem Content="Web Browsers"></ComboBoxItem>
<ComboBoxItem Content="Media"></ComboBoxItem>
<ComboBoxItem Content="Media Tools"></ComboBoxItem>
Expand Down

0 comments on commit b06f391

Please sign in to comment.