summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-13 10:57:04 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-13 10:59:30 +0200
commit877f4daa1a36aa5d803b944cc8ce21ed4717c9ce (patch)
tree31bf49e16cac64ae54cd24500042f2cf18dd8e15 /resources/qml/delegates
parentMove openLink to Nheko globals (diff)
downloadnheko-877f4daa1a36aa5d803b944cc8ce21ed4717c9ce.tar.xz
Fix missing import for colors
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Pill.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/Pill.qml b/resources/qml/delegates/Pill.qml
index fef226a7..248d91da 100644
--- a/resources/qml/delegates/Pill.qml
+++ b/resources/qml/delegates/Pill.qml
@@ -4,6 +4,7 @@
 
 import QtQuick 2.5
 import QtQuick.Controls 2.1
+import im.nheko 1.0
 
 Label {
     color: Nheko.colors.brightText