Set all internal qml versions to 1.0
They're useless and anything else just causes problem
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
import NeoChat.Dialog 2.0
|
||||
import NeoChat.Dialog 1.0
|
||||
|
||||
Menu {
|
||||
signal viewSource()
|
||||
|
||||
@@ -9,7 +9,7 @@ import QtQuick.Controls 2.12 as QQC2
|
||||
import QtQuick.Layouts 1.12
|
||||
import org.kde.kirigami 2.13 as Kirigami
|
||||
|
||||
import NeoChat.Dialog 2.0
|
||||
import NeoChat.Dialog 1.0
|
||||
|
||||
Kirigami.OverlaySheet {
|
||||
id: root
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module NeoChat.Menu.Timeline
|
||||
MessageDelegateContextMenu 2.0 MessageDelegateContextMenu.qml
|
||||
FileDelegateContextMenu 2.0 FileDelegateContextMenu.qml
|
||||
MessageDelegateContextMenu 1.0 MessageDelegateContextMenu.qml
|
||||
FileDelegateContextMenu 1.0 FileDelegateContextMenu.qml
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
module NeoChat.Menu
|
||||
RoomListContextMenu 2.0 RoomListContextMenu.qml
|
||||
RoomListContextMenu 1.0 RoomListContextMenu.qml
|
||||
|
||||
Reference in New Issue
Block a user