mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
be2e5266aa
Deduplicate the Button code by moving it into a separate file. Also use the same background code for the apps button since as far as I can tell it didn't behave any different Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
9 lines
286 B
Text
9 lines
286 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>src/gui/tray/Window.qml</file>
|
|
<file>src/gui/tray/UserLine.qml</file>
|
|
<file>src/gui/tray/HeaderButton.qml</file>
|
|
<file>theme/Style/Style.qml</file>
|
|
<file>theme/Style/qmldir</file>
|
|
</qresource>
|
|
</RCC>
|