MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / writeConfigFile

Method writeConfigFile

src/ui/first-run.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void writeConfigFile() {
139 bool askToMove = firstRunDialog->askMoveCheckBox->checkState() == Qt::Checked;
140 createConfigFile(askToMove ? 1 : 0, destinationDir, -1);
141 }
142};
143
144

Callers 1

showFirstRunDialogFunction · 0.80

Calls 1

createConfigFileFunction · 0.85

Tested by

no test coverage detected