Skip to content

Commit

Permalink
Use symbolic version
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 30, 2024
1 parent 26f152a commit c7a64e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FolderManager/ProjectFolderItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ namespace Scratch.FolderManager {
}

static construct {
added_icon = new ThemedIcon ("emblem-git-new");
modified_icon = new ThemedIcon ("emblem-git-modified");
added_icon = new ThemedIcon ("emblem-git-new-symbolic");
modified_icon = new ThemedIcon ("emblem-git-modified-symbolic");
}

private void branch_or_name_changed () {
Expand Down

0 comments on commit c7a64e1

Please sign in to comment.