added path as a tooltip for tab

pull/5370/head
LianaHus 5 years ago
parent 387e5fe748
commit 7e128f1bac
  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