mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 03:45:51 -05:00
cleanup shortcuts
This commit is contained in:
@@ -186,6 +186,5 @@ void Map::clean() {
|
||||
}
|
||||
|
||||
bool Map::hasUnsavedChanges() {
|
||||
// !TODO: layout not working here? map needs to be in cache before the layout being edited works
|
||||
return !editHistory.isClean() || !this->layout->editHistory.isClean() || hasUnsavedDataChanges || !isPersistedToFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user