Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-06-21 17:46:24 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-07-21 17:46:04 +0300
commit79dd4f73fe9745c7c9c480c9c62ef9af780f9c10 (patch)
treec5ab4bd24c0d7b20771e0e48216449b09901033e /src
parentb536b73c97464a2fd145fbece52c05e491ecd764 (diff)
Fix QML warning: Unable to assign [undefined] to QFont.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src')
-rw-r--r--src/gui/tray/ActivityActionButton.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/tray/ActivityActionButton.qml b/src/gui/tray/ActivityActionButton.qml
index 6bb127e71..e75522f4c 100644
--- a/src/gui/tray/ActivityActionButton.qml
+++ b/src/gui/tray/ActivityActionButton.qml
@@ -9,6 +9,9 @@ Item {
// label value
property string text: ""
+
+ // font value
+ property string font: label.font
// icon value
property string imageSource: ""