Skip to content

Commit

Permalink
Rename the menu title as Speckle Beta (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Oct 26, 2024
1 parent bc3f23d commit 9e0cca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speckle_connector_3/src/ui/sketchup_ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Ui
# An interface to Sketchup user interface. This object controls the menu `Extensions->Speckle` in Sketchup's menu,
# the Speckle toolbar and sending message to the user via Sketchup.
class SketchupUi
MENU_TITLE = 'Speckle'
MENU_TITLE = 'Speckle Beta'
BEFORE_NEVER_SHOWN = -1

# @return [Sketchup::Menu] the menu of the Speckle
Expand Down

0 comments on commit 9e0cca4

Please sign in to comment.