fix bug with linux not finding resource

This commit is contained in:
GenevensiS
2026-04-14 03:45:39 +02:00
parent fa3f2e950d
commit afa5307dce
5 changed files with 4 additions and 4 deletions

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

+4 -4
View File
@@ -175,10 +175,10 @@ sort_asc IMAGE "sort_asc.png"
sort_desc IMAGE "sort_desc.png" sort_desc IMAGE "sort_desc.png"
plus IMAGE "plus.png" plus IMAGE "plus.png"
minus IMAGE "minus.png" minus IMAGE "minus.png"
selected IMAGE "selected_yes.png" selected IMAGE "selected.png"
dark_selected IMAGE "dark_selected_yes.png" dark_selected IMAGE "dark_selected.png"
deselected IMAGE "selected_no.png" deselected IMAGE "deselected.png"
dark_deselected IMAGE "dark_selected_no.png" dark_deselected IMAGE "dark_deselected.png"
bool_yes IMAGE "bool_yes.png" bool_yes IMAGE "bool_yes.png"
bool_no IMAGE "bool_no.png" bool_no IMAGE "bool_no.png"