diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index ea2e3321b..d19aeb28b 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1341,6 +1341,7 @@ void QMLManager::saveChangesLocal() return; } mark_divelist_changed(false); + Command::setClean(); } else { appendTextToLog("local save requested with no unsaved changes"); } |