mirror of
https://github.com/heebijeebi/WinTango-Patcher.git
synced 2024-06-22 05:21:56 +02:00
Patcher fixes
This commit is contained in:
@@ -170,6 +170,8 @@ Func UnAppearance()
|
||||
FileDelete($FirefoxAppPath & "\extensions\Tangerine@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\Elementary@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\Humanity@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\tangofox@haven667.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\tangerinefox@haven667.xpi")
|
||||
|
||||
FileDelete($FirefoxAppPath & "\extensions\Gnome-Brave-Extras@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\Gnome-Human-Extras@Windows.xpi")
|
||||
@@ -182,13 +184,15 @@ Func UnAppearance()
|
||||
FileDelete($FirefoxAppPath & "\extensions\Tangerine-Extras@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\Elementary-Extras@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\Humanity-Extras@Windows.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\tangofox-extras@haven667.xpi")
|
||||
FileDelete($FirefoxAppPath & "\extensions\tangerinefox-extras@haven667.xpi")
|
||||
|
||||
;Mozilla Thunderbird Theme
|
||||
CheckAndCloseProcess("thunderbird.exe", "Mozilla Thunderbird")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "abcardWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\abcardWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "addressbookWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\addressbookWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "messengerWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\messengerWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "msgcomposeWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\msgcomposeWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "abcardWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\abcardWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "addressbookWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\addressbookWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "messengerWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\messengerWindow.ico")
|
||||
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "msgcomposeWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\msgcomposeWindow.ico")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Brave@Windows.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Human@Windows.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Noble@Windows.xpi")
|
||||
@@ -200,6 +204,8 @@ Func UnAppearance()
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Tangerine@Windows.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Elementary@Windows.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Humanity@Windows.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\tangobird@haven667.xpi")
|
||||
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\tangerinebird@haven667.xpi")
|
||||
|
||||
;RadioSure Theme
|
||||
CheckAndCloseProcess("RadioSure.exe", "RadioSure")
|
||||
|
Reference in New Issue
Block a user