mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08: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;
|
global::kobox::showKoboxSplash = true;
|
||||||
|
|
||||||
// Re-use USBMS splash window for KoBox splash, since it's pretty much the same layout
|
// 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 = new usbms_splash();
|
||||||
usbmsSplashWindow->setAttribute(Qt::WA_DeleteOnClose);
|
usbmsSplashWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
usbmsSplashWindow->setGeometry(QRect(QPoint(0,0), screen()->geometry().size()));
|
usbmsSplashWindow->setGeometry(QRect(QPoint(0,0), screen()->geometry().size()));
|
||||||
|
|
Loading…
Reference in a new issue