Corrected the path to the headbar icon (#5782)
* Corrected the path to the headbar icon Corrected the path where the icon file is located, since the "dist" folder is located next to the binary provided in github. * Corrected the path to the headbar icon Corrected the path where the icon file is located, since the "dist" folder is located next to the binary provided in github.
This commit is contained in:
parent
324e88d6e0
commit
3d8555236f
|
@ -15,7 +15,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset>
|
<iconset>
|
||||||
<normaloff>../dist/citra.ico</normaloff>../dist/citra.ico</iconset>
|
<normaloff>dist/citra.png</normaloff>dist/citra.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="tabShape">
|
<property name="tabShape">
|
||||||
<enum>QTabWidget::Rounded</enum>
|
<enum>QTabWidget::Rounded</enum>
|
||||||
|
|
Reference in New Issue