Skip to content

Commit

Permalink
Remove UI version splice
Browse files Browse the repository at this point in the history
  • Loading branch information
oRazeD committed Jan 8, 2025
1 parent c081cb5 commit 9ca7b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GDPanel(Panel):


class GRABDOC_PT_grabdoc(GDPanel):
bl_label = "GrabDoc " + get_version()[:-2]
bl_label = "GrabDoc " + get_version()
documentation = "https://github.com/oRazeD/GrabDoc/wiki"

def draw_header_preset(self, _context: Context):
Expand Down

0 comments on commit 9ca7b9e

Please sign in to comment.