tsic404 579cf0afe9 fix: sound checked item highlight do not follow theme
1. update sound icon when theme changed
2. add built-in dci resources to prevent it become a white icon when changed into theme without dci resources

log: update sound icon when theme changed
2023-05-08 09:15:41 +00:00

10 lines
396 B
Plaintext

<RCC>
<qresource prefix="/dsg">
<file>built-in-icons/audio-volume-high-symbolic.dci</file>
<file>built-in-icons/audio-volume-low-symbolic.dci</file>
<file>built-in-icons/audio-volume-medium-symbolic.dci</file>
<file>built-in-icons/audio-volume-muted-symbolic.dci</file>
<file>built-in-icons/audio-volume-off-symbolic.dci</file>
</qresource>
</RCC>