Skip to content

Commit

Permalink
reduce window disabled transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclaren7 committed Aug 7, 2024
1 parent fb3c104 commit 87eeeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleBackup.au3
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ While 1
Case $RunButton
; Adjust window visibility and activation due to long running process
GUISetState(@SW_DISABLE, $SettingsForm)
WinSetTrans($SettingsForm, "", 180)
WinSetTrans($SettingsForm, "", 210)
If @Compiled Then WinActivate("[TITLE:" & @AutoItExe & "; CLASS:ConsoleWindowClass]")

; Don't continue if combo box is on the placeholder text
Expand Down

0 comments on commit 87eeeed

Please sign in to comment.