mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
[PALEMOON] Fix gtk conditional in shared branding
This commit is contained in:
parent
65f1f88bdb
commit
9617ae4781
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def ApplicationBranding():
|
|||
'dsstore',
|
||||
'firefox.icns',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_GTK']:
|
||||
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
||||
BRANDING_FILES += [
|
||||
'default16.png',
|
||||
'default32.png',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue