mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
78e974ba68
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
<RCC>
|
|
<qresource prefix="icons/default">
|
|
<file alias="index.theme">icons/index.theme</file>
|
|
|
|
<file alias="16x16/checked.png">icons/16x16/checked.png</file>
|
|
|
|
<file alias="16x16/failed.png">icons/16x16/failed.png</file>
|
|
|
|
<file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file>
|
|
</qresource>
|
|
</RCC>
|