mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
ui: update icon
This commit is contained in:
parent
948f67f4c1
commit
9836e8d529
BIN
flags/folder.png
BIN
flags/folder.png
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1402,7 +1402,7 @@ void MainWindow::updateGroupList()
|
||||||
|
|
||||||
g.name = tr( "All" );
|
g.name = tr( "All" );
|
||||||
g.id = Instances::Group::AllGroupId;
|
g.id = Instances::Group::AllGroupId;
|
||||||
g.icon = "folder.svg";
|
g.icon = "folder.png";
|
||||||
|
|
||||||
groupInstances.push_back( g );
|
groupInstances.push_back( g );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue