Skip to content

Commit

Permalink
Update dlgpreference.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Oct 12, 2024
1 parent 9cc5cbe commit ed36197
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dlgpreference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ void dlgPreference::saveKextUrl() {

void dlgPreference::refreshKextUrl(bool writeTable) {
isRefresh = true;
QString file = strAppExePath + "/Database/preset/KextUrl.txt";
// strAppExePath app exe path
// mw_one->strConfigPath .ocat path
QString file = mw_one->strConfigPath + "/Database/preset/KextUrl.txt";
ui->textEdit->clear();
ui->textEdit->setPlainText(mymethod->loadText(file));
QTextEdit *txtEdit = new QTextEdit;
Expand Down

0 comments on commit ed36197

Please sign in to comment.