Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(dui3) CNX-606 both sketchup extensions have same name #393

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading