mirror of
https://github.com/Quill-OS/quill.git
synced 2024-11-01 05:43:21 -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 {
|
else {
|
||||||
if(checkconfig("/opt/inkbox_genuine") == true) {
|
if(checkconfig("/opt/inkbox_genuine") == true) {
|
||||||
QDir::setCurrent("/mnt/onboard");
|
QDir::setCurrent("/mnt/onboard/onboard");
|
||||||
QFileDialog *dialog = new QFileDialog(this);
|
QFileDialog *dialog = new QFileDialog(this);
|
||||||
// https://forum.qt.io/topic/29471/solve-how-to-show-qfiledialog-at-center-position-screen/4
|
// https://forum.qt.io/topic/29471/solve-how-to-show-qfiledialog-at-center-position-screen/4
|
||||||
QDesktopWidget desk;
|
QDesktopWidget desk;
|
||||||
|
|
Loading…
Reference in a new issue