refactor: move StatusChatCommandsPopup to ui/shared/popups
This was already done in9ba07575bd
I assume this got accidentally reintroduced in426c116bac
This commit is contained in:
parent
cfca6f42a5
commit
b6a79fd61b
|
@ -1,3 +1,4 @@
|
|||
ChatCommandsPopup 1.0 ChatCommandsPopup.qml
|
||||
BlockContactConfirmationDialog 1.0 BlockContactConfirmationDialog.qml
|
||||
ConfirmationDialog 1.0 ConfirmationDialog.qml
|
||||
DownloadModal 1.0 DownloadModal.qml
|
||||
|
|
|
@ -10,6 +10,7 @@ import utils 1.0
|
|||
|
||||
import shared 1.0
|
||||
import shared.panels 1.0
|
||||
import shared.popups 1.0
|
||||
|
||||
//TODO remove this dependency
|
||||
import "../../../app/AppLayouts/Chat/panels"
|
||||
|
@ -632,7 +633,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
StatusChatCommandsPopup {
|
||||
ChatCommandsPopup {
|
||||
id: chatCommandsPopup
|
||||
x: 8
|
||||
y: -height
|
||||
|
|
Loading…
Reference in New Issue