Skip to content

Commit 7c38193

Browse files
devvaannshabose
authored andcommitted
fix: show display path in tabs instead of tauri path
1 parent 4d9c4ac commit 7c38193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensionsIntegrated/TabBar

src/extensionsIntegrated/TabBar/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ define(function (require, exports, module) {
138138
${isDirty ? "dirty" : ""}
139139
${isPlaceholder ? "placeholder" : ""}"
140140
data-path="${entry.path}"
141-
title="${entry.path}">
141+
title="${Phoenix.app.getDisplayPath(entry.path)}">
142142
<div class="tab-icon"></div>
143143
<div class="tab-name"></div>
144144
<div class="tab-close"><i class="fa-solid fa-times"></i></div>

0 commit comments

Comments
 (0)