Browse Source

change version, disable request Hush

pull/132/head
DenioD 4 years ago
parent
commit
c6f170a97d
  1. 4
      src/mainwindow.cpp
  2. 2
      src/version.h

4
src/mainwindow.cpp

@ -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();

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "1.3-Chat-Alpha"
#define APP_VERSION "1.3.2-Chat-Beta"

Loading…
Cancel
Save