change version, disable request Hush
This commit is contained in:
@@ -1531,7 +1531,7 @@ void MainWindow::setupchatTab() {
|
||||
ui->listContactWidget->addAction(requestHushAction);
|
||||
ui->listContactWidget->addAction(subatomicAction);
|
||||
|
||||
QObject::connect(requestHushAction, &QAction::triggered, [=]() {
|
||||
/*QObject::connect(requestHushAction, &QAction::triggered, [=]() {
|
||||
QModelIndex index = ui->listContactWidget->currentIndex();
|
||||
QString label_contact = index.data(Qt::DisplayRole).toString();
|
||||
|
||||
@@ -1543,7 +1543,7 @@ void MainWindow::setupchatTab() {
|
||||
}
|
||||
MainWindow::showRequesthush();
|
||||
|
||||
});
|
||||
}); */
|
||||
|
||||
QObject::connect(editAction, &QAction::triggered, [=]() {
|
||||
QModelIndex index = ui->listContactWidget->currentIndex();
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define APP_VERSION "1.3-Chat-Alpha"
|
||||
#define APP_VERSION "1.3.2-Chat-Beta"
|
||||
|
||||
Reference in New Issue
Block a user