Various fixes

This commit is contained in:
pokamest 2021-10-07 22:21:04 +03:00
parent 64e5e02744
commit ba85b56e9f
5 changed files with 46 additions and 72 deletions

View file

@ -294,10 +294,9 @@ void UiLogic::showOnStartup()
void UiLogic::keyPressEvent(Qt::Key key)
{
switch (key) {
case Qt::Key_L:
if (!Debug::openLogsFolder()) {
//QMessageBox::warning(this, APPLICATION_NAME, tr("Cannot open logs folder!"));
}
case Qt::Key_L: Debug::openLogsFolder();
break;
case Qt::Key_K: Debug::openServiceLogsFolder();
break;
#ifdef QT_DEBUG
case Qt::Key_Q: