We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851b10e commit b81a84dCopy full SHA for b81a84d
ui/arduino/views/components/toolbar.js
@@ -70,7 +70,7 @@ function Toolbar(state, emit) {
70
onClick: () => emit('save')
71
})}
72
73
- <div class="separator"></div>
+ ${!window.BridgeWindow.isLinux() ? html`<div class="separator"></div>` : ''}
74
75
${!window.BridgeWindow.isLinux() ? Button({
76
icon: 'install-package.svg',
0 commit comments