ui: update icon

This commit is contained in:
xiaoyifang 2022-03-27 18:11:23 +08:00
parent 948f67f4c1
commit 9836e8d529
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1402,7 +1402,7 @@ void MainWindow::updateGroupList()
g.name = tr( "All" );
g.id = Instances::Group::AllGroupId;
g.icon = "folder.svg";
g.icon = "folder.png";
groupInstances.push_back( g );
}