Skip to content

Commit

Permalink
Preferences: Add Support Button with Discord Link
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderDefender committed Jul 17, 2021
1 parent 7137f3e commit 0c43806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ def draw(self, context):
# col.scale_y = 2
# col.operator("wm.url_open","Open webpage ").url=addon_updater_ops.updater.website

layout.separator()
col = layout.column()
op = col.operator("wm.url_open", text="Support", icon="URL")
op.url = "https://discord.gg/853VrMEGPM"


classes = (
BlenderAnalytics_APT_Preferences,
Expand Down

0 comments on commit 0c43806

Please sign in to comment.