mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Comment out a sleep(3) that delays opening daily window
This commit is contained in:
parent
bf43724ce8
commit
78269d25e5
@ -2353,7 +2353,7 @@ void MainWindow::GenerateStatistics()
|
||||
void MainWindow::JumpDaily()
|
||||
{
|
||||
qDebug() << "Set current Widget to Daily";
|
||||
sleep(3);
|
||||
// sleep(3);
|
||||
ui->tabWidget->setCurrentWidget(daily);
|
||||
}
|
||||
void MainWindow::JumpOverview()
|
||||
|
Loading…
Reference in New Issue
Block a user