mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Correct onboard storage path
This commit is contained in:
parent
f42ef53338
commit
a6c1f2be5b
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ reader::reader(QWidget *parent) :
|
|||
}
|
||||
else {
|
||||
if(checkconfig("/opt/inkbox_genuine") == true) {
|
||||
QDir::setCurrent("/mnt/onboard");
|
||||
QDir::setCurrent("/mnt/onboard/onboard");
|
||||
QFileDialog *dialog = new QFileDialog(this);
|
||||
// https://forum.qt.io/topic/29471/solve-how-to-show-qfiledialog-at-center-position-screen/4
|
||||
QDesktopWidget desk;
|
||||
|
|
Loading…
Reference in a new issue