Skip to content

Commit 3b61c74

Browse files
committed
Make toolbar visibility persistent
It work on my machine but apparently not for others. Mac thing?
1 parent 6fdf28b commit 3b61c74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ene_solids/menu.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def self.icon_file_extension
6666
cmd.set_validation_proc { Tools::Intersect.active? ? MF_CHECKED : MF_UNCHECKED }
6767
tb.add_item cmd
6868

69+
tb.restore
70+
6971
else
7072
UI.messagebox("Eneroth Solids Tools in Extension Warehouse is only available for SketchUp Pro.")
7173
end

0 commit comments

Comments
 (0)