Skip to content

Commit

Permalink
imagewriter: force QSettings to use old file path
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Jan 5, 2024
1 parent 8691ef2 commit a160132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ImageWriter::ImageWriter(QObject *parent)
: QObject(parent), _repo(QUrl(QString(OSLIST_URL))), _dlnow(0), _verifynow(0),
_engine(nullptr), _thread(nullptr), _verifyEnabled(false), _cachingEnabled(false),
_embeddedMode(false), _online(false), _customCacheFile(false), _trans(nullptr),
_networkManager(this)
_networkManager(this), _settings("Raspberry Pi", "Imager", nullptr)
{
connect(&_polltimer, SIGNAL(timeout()), SLOT(pollProgress()));

Expand Down

0 comments on commit a160132

Please sign in to comment.