@@ -132,7 +132,7 @@ function Show-GUI() {
132132 # <===== Specific Layout =====>
133133
134134 $LayoutT1 = New-LayoutPage - NumOfPanels 3 - PanelHeight 1065
135- $LayoutT2 = New-LayoutPage - NumOfPanels 4 - PanelHeight 1785
135+ $LayoutT2 = New-LayoutPage - NumOfPanels 4 - PanelHeight 1830
136136
137137 # <===== UI =====>
138138
@@ -329,7 +329,8 @@ function Show-GUI() {
329329
330330 $ClStreamingServices = New-Label - Text " Streaming Services" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CaptionLabelHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [2 ] - FontStyle ' Bold' - ElementBefore $InstallShareX
331331 $InstallAmazonPrimeVideo = New-CheckBox - Text " Amazon Prime Video" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $ClStreamingServices
332- $InstallDisneyPlus = New-CheckBox - Text " Disney+" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallAmazonPrimeVideo
332+ $InstallCrunchyroll = New-CheckBox - Text " Crunchyroll" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallAmazonPrimeVideo
333+ $InstallDisneyPlus = New-CheckBox - Text " Disney+" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallCrunchyroll
333334 $InstallNetflix = New-CheckBox - Text " Netflix" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallDisneyPlus
334335 $InstallSpotify = New-CheckBox - Text " Spotify" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallNetflix
335336
@@ -490,7 +491,7 @@ function Show-GUI() {
490491 $T2Panel2.Controls.AddRange (@ ($ClWebBrowsers , $InstallBraveBrowser , $InstallGoogleChrome , $InstallMozillaFirefox ))
491492 $T2Panel2.Controls.AddRange (@ ($ClAudioVideoTools , $InstallAudacity , $InstallMpcHc , $InstallVlc ))
492493 $T2Panel2.Controls.AddRange (@ ($ClImageTools , $InstallGimp , $InstallInkscape , $InstallIrfanView , $InstallKrita , $InstallPaintNet , $InstallShareX ))
493- $T2Panel2.Controls.AddRange (@ ($ClStreamingServices , $InstallAmazonPrimeVideo , $InstallDisneyPlus , $InstallNetflix , $InstallSpotify ))
494+ $T2Panel2.Controls.AddRange (@ ($ClStreamingServices , $InstallAmazonPrimeVideo , $InstallCrunchyroll , $ InstallDisneyPlus, $InstallNetflix , $InstallSpotify ))
494495 $T2Panel2.Controls.AddRange (@ ($ClPlanningProductivity , $InstallNotion , $InstallObsidian ))
495496 $T2Panel2.Controls.AddRange (@ ($ClUtilities , $InstallCpuZ , $InstallCrystalDiskInfo , $InstallCrystalDiskMark , $InstallGeekbench6 , $InstallGpuZ , $InstallHwInfo , $InstallInternetDownloadManager , $InstallMsiAfterburner , $InstallRtxVoice , $InstallVoicemod , $InstallVoiceMeeter , $InstallWizTree ))
496497 $T2Panel2.Controls.AddRange (@ ($ClNetworkManagement , $InstallHamachi , $InstallPuTty , $InstallRadminVpn , $InstallWinScp , $InstallWireshark ))
@@ -1199,6 +1200,11 @@ function Show-GUI() {
11991200 $InstallAmazonPrimeVideo.CheckState = " Unchecked"
12001201 }
12011202
1203+ If ($InstallCrunchyroll.CheckState -eq " Checked" ) {
1204+ $AppsSelected.MSStoreApps.Add (" 9WZDNCRFJ15T" )
1205+ $InstallCrunchyroll.CheckState = " Unchecked"
1206+ }
1207+
12021208 If ($InstallDisneyPlus.CheckState -eq " Checked" ) {
12031209 $AppsSelected.MSStoreApps.Add (" 9NXQXXLFST89" )
12041210 $InstallDisneyPlus.CheckState = " Unchecked"
0 commit comments