mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
Merge pull request #4 from 45Drives/dev-josh
italicize symlink filenames
This commit is contained in:
commit
e079be7110
@ -419,6 +419,7 @@ class NavFileLink extends NavFile{
|
|||||||
this.dom_element.nav_item_icon.appendChild(link_icon);
|
this.dom_element.nav_item_icon.appendChild(link_icon);
|
||||||
this.double_click = false;
|
this.double_click = false;
|
||||||
this.link_target = link_target;
|
this.link_target = link_target;
|
||||||
|
this.dom_element.nav_item_title.style.fontStyle = "italic";
|
||||||
}
|
}
|
||||||
|
|
||||||
show_properties() {
|
show_properties() {
|
||||||
@ -650,6 +651,7 @@ class NavDirLink extends NavDir{
|
|||||||
this.dom_element.nav_item_icon.appendChild(link_icon);
|
this.dom_element.nav_item_icon.appendChild(link_icon);
|
||||||
this.double_click = false;
|
this.double_click = false;
|
||||||
this.link_target = link_target;
|
this.link_target = link_target;
|
||||||
|
this.dom_element.nav_item_title.style.fontStyle = "italic";
|
||||||
}
|
}
|
||||||
|
|
||||||
async rm() {
|
async rm() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user