mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Used Universal Theme to fix QtQuick Controls
This commit is contained in:
@@ -3,8 +3,11 @@ import QtQuick.Controls
|
||||
|
||||
Button {
|
||||
id: root
|
||||
hoverEnabled: true
|
||||
property bool containsMouse: hovered
|
||||
hoverEnabled: true
|
||||
flat: true
|
||||
highlighted: false
|
||||
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user