Start with the current data, when editing a table cell.

This commit is contained in:
2025-12-06 14:34:17 +01:00
parent a07e03d80d
commit 144460b5aa
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,6 @@ QString GenericCore::getMaintenanceToolFilePath() const {
/// setting the applicationDirPath hard coded to test update feature from IDE
#ifdef QT_DEBUG
// REFACTOR retrieve application name automatically instead of using hard coded name
applicationDirPath = QString("/opt/%1").arg(APPLICATION_NAME);
#endif