mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
FileManager: Replace '->' with '→' in symlink statusbar info message
This looks so much nicer, as the '-' and '>' are not aligned in the default font configuration.
This commit is contained in:
parent
de90faa4c4
commit
5c79681611
Notes:
sideshowbarker
2024-07-17 10:36:13 +09:00
Author: https://github.com/linusg
Commit: 5c79681611
Pull-request: https://github.com/SerenityOS/serenity/pull/14132
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ void DirectoryView::update_statusbar()
|
|||
if (selected_item_count == 1) {
|
||||
auto& node = this->node(current_view().selection().first());
|
||||
if (!node.symlink_target.is_empty()) {
|
||||
builder.append(" -> ");
|
||||
builder.append(" → ");
|
||||
builder.append(node.symlink_target);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue