Skip to content

Commit

Permalink
Make toolbar visibility persistent
Browse files Browse the repository at this point in the history
It work on my machine but apparently not for others. Mac thing?
  • Loading branch information
Eneroth3 committed Jan 30, 2020
1 parent 6fdf28b commit 3b61c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ene_solids/menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def self.icon_file_extension
cmd.set_validation_proc { Tools::Intersect.active? ? MF_CHECKED : MF_UNCHECKED }
tb.add_item cmd

tb.restore

else
UI.messagebox("Eneroth Solids Tools in Extension Warehouse is only available for SketchUp Pro.")
end
Expand Down

0 comments on commit 3b61c74

Please sign in to comment.