Skip to content

Commit a160132

Browse files
committed
imagewriter: force QSettings to use old file path
1 parent 8691ef2 commit a160132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imagewriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ImageWriter::ImageWriter(QObject *parent)
6161
: QObject(parent), _repo(QUrl(QString(OSLIST_URL))), _dlnow(0), _verifynow(0),
6262
_engine(nullptr), _thread(nullptr), _verifyEnabled(false), _cachingEnabled(false),
6363
_embeddedMode(false), _online(false), _customCacheFile(false), _trans(nullptr),
64-
_networkManager(this)
64+
_networkManager(this), _settings("Raspberry Pi", "Imager", nullptr)
6565
{
6666
connect(&_polltimer, SIGNAL(timeout()), SLOT(pollProgress()));
6767

0 commit comments

Comments
 (0)