diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-07 05:53:54 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-07 05:53:54 +0100 |
commit | bb6ff8cec896138041d97048a786334a701c417f (patch) | |
tree | eef6ac5bfe2b075e2d77bea880e1b61607bc5df5 /resources/qml/ui | |
parent | Fix missing include for FetchContent (diff) | |
download | nheko-bb6ff8cec896138041d97048a786334a701c417f.tar.xz |
Show mxid on hovering username
fixes #507
Diffstat (limited to 'resources/qml/ui')
-rw-r--r-- | resources/qml/ui/Ripple.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/ui/Ripple.qml b/resources/qml/ui/Ripple.qml index b240f421..7a8688f5 100644 --- a/resources/qml/ui/Ripple.qml +++ b/resources/qml/ui/Ripple.qml @@ -1,5 +1,4 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors -// // SPDX-License-Identifier: GPL-3.0-or-later import QtGraphicalEffects 1.0 |