mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 13:46:35 +00:00
Introduced Style.svg() Style.png() Style.emoji() and Style.icon() in Style.qml. Those should be used to set the source in Images instead of using relative paths. Usage: Image { source: Style.svg("check) .... Also moved all Singletons inside a new "utils" folder and made it a QML module, to use import utils 1.0 instead of relative paths Closes #3678
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
singleton Style 1.0 Style.qml
|
|
singleton Utils 1.0 Utils.qml
|
|
singleton Emoji 1.0 Emoji.qml
|
|
singleton Config 1.0 Config.qml
|
|
singleton Constants 1.0 Constants.qml
|
|
singleton SelectedMessage 1.0 SelectedMessage.qml
|
|
singleton Backpressure 1.0 Backpressure/Backpressure.qml
|