testup-2 icon indicating copy to clipboard operation
testup-2 copied to clipboard

Reload referencing missing icon

Open Eneroth3 opened this issue 3 years ago • 1 comments

The reload command references a "arrow_refresh.png" icon. This file however appears to be missing.

It seems these lines adding the icon could just be removed, as this command is primarily added to a menu (only added to toolbar if extension is in debug mode). An image file could also be added.

Eneroth3 avatar Oct 06 '21 14:10 Eneroth3

Ah, this is a debug command.

https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L105-L116

It's always added to the Debug menu:

https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L170

And conditionally added to the toolbar:

https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L189-L192

thomthom avatar Oct 11 '21 09:10 thomthom