We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b41b09 commit 3ecf63fCopy full SHA for 3ecf63f
1 file changed
mainwindow.cpp
@@ -82,7 +82,7 @@ void MainWindow::blockSelected(const QString& block) {
82
void MainWindow::load_config(QString filename) {
83
qInfo() << "loading config file " << filename;
84
try {
85
- if (!QFileInfo::exists(filename)) throw std::runtime_error("Settings file doesn't exist.");
+ //if (!QFileInfo::exists(filename)) throw std::runtime_error("Settings file doesn't exist.");
86
QSettings pt(filename, QSettings::Format::IniFormat);
87
88
// ----------------------------
0 commit comments