Commit d9286f31 authored by LianaHus's avatar LianaHus

added path as a tooltip for tab

parent d0fd0961
......@@ -132,7 +132,7 @@ export class TabProxy {
id: name,
title,
icon,
tooltip: title
tooltip: name
})
this._handlers[name] = { switchTo, close }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment