Splash: use red heart icon for development fund

Now that the development fund image will disappear from the splash, this
draws a little more attention to this link.
This commit is contained in:
2019-07-10 12:40:18 +02:00
parent 7a431d40e3
commit dc2b562ace
9 changed files with 29 additions and 9 deletions

View File

@@ -368,7 +368,7 @@ class TOPBAR_MT_app_support(Menu):
layout = self.layout
layout.operator(
"wm.url_open", text="Development Fund", icon='URL',
"wm.url_open", text="Development Fund", icon='FUND',
).url = "https://fund.blender.org"
layout.separator()