Rename HOkCancelPopup to HBoxPopup
This commit is contained in:
@@ -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. " +
|
||||
|
Reference in New Issue
Block a user