added path as a tooltip for tab

pull/1/head
LianaHus 5 years ago
parent d0fd0961ae
commit d9286f31d8
  1. 2
      src/app/panels/tab-proxy.js

@ -132,7 +132,7 @@ export class TabProxy {
id: name,
title,
icon,
tooltip: title
tooltip: name
})
this._handlers[name] = { switchTo, close }
}

Loading…
Cancel
Save