Set all internal qml versions to 1.0
They're useless and anything else just causes problem
This commit is contained in:
@@ -7,8 +7,8 @@ import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
import NeoChat.Component 2.0
|
||||
import NeoChat.Setting 0.1
|
||||
import NeoChat.Component 1.0
|
||||
import NeoChat.Setting 1.0
|
||||
|
||||
AutoMouseArea {
|
||||
id: ripple
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module NeoChat.Effect
|
||||
ElevationEffect 2.0 ElevationEffect.qml
|
||||
RippleEffect 2.0 RippleEffect.qml
|
||||
ElevationEffect 1.0 ElevationEffect.qml
|
||||
RippleEffect 1.0 RippleEffect.qml
|
||||
|
||||
Reference in New Issue
Block a user