Skip to content

Commit

Permalink
FolderManager: use git emblem icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 30, 2024
1 parent 54da80f commit 26f152a
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 ("user-available");
modified_icon = new ThemedIcon ("user-away");
added_icon = new ThemedIcon ("emblem-git-new");
modified_icon = new ThemedIcon ("emblem-git-modified");
}

private void branch_or_name_changed () {
Expand Down

0 comments on commit 26f152a

Please sign in to comment.