Rename HOkCancelPopup to HBoxPopup
This commit is contained in:
parent
2611e86517
commit
9286f54cd5
|
@ -3,7 +3,7 @@ import QtQuick.Controls 2.12
|
|||
import QtQuick.Layouts 1.12
|
||||
import "../SidePane"
|
||||
|
||||
HOkCancelPopup {
|
||||
HBoxPopup {
|
||||
id: popup
|
||||
|
||||
onAboutToShow: {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import QtQuick 2.12
|
||||
import "../Base"
|
||||
|
||||
HOkCancelPopup {
|
||||
HBoxPopup {
|
||||
text: qsTr(
|
||||
"Clear this room's messages?\n" +
|
||||
"The messages will only be removed on your side. " +
|
||||
|
|
Loading…
Reference in New Issue
Block a user