Skip to content

Commit 37da09e

Browse files
committed
Fix bad history behaviour
1 parent 028580d commit 37da09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/entities/service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ void Service::addCurrentElementToHistory()
436436

437437
_history.push_front(_currentHistoryElement);
438438
emit historyChanged(_history);
439+
serializeHistory();
439440
}
440441

441442
void Service::onDeleteFromHistory(int row)

0 commit comments

Comments
 (0)