mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
koboxAppsDialog: Small fix in logger
This commit is contained in:
parent
01bded7aa4
commit
9558de32e1
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void koboxAppsDialog::on_launchBtn_clicked()
|
|||
global::kobox::showKoboxSplash = true;
|
||||
|
||||
// Re-use USBMS splash window for KoBox splash, since it's pretty much the same layout
|
||||
log("Showing USBMS splash", className);
|
||||
log("Showing KoBox splash", className);
|
||||
usbmsSplashWindow = new usbms_splash();
|
||||
usbmsSplashWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||
usbmsSplashWindow->setGeometry(QRect(QPoint(0,0), screen()->geometry().size()));
|
||||
|
|
Loading…
Reference in a new issue