diff --git a/src/main/kotlin/app/viewmodels/TabViewModel.kt b/src/main/kotlin/app/viewmodels/TabViewModel.kt index c5eaa45..50d11bf 100644 --- a/src/main/kotlin/app/viewmodels/TabViewModel.kt +++ b/src/main/kotlin/app/viewmodels/TabViewModel.kt @@ -155,8 +155,6 @@ class TabViewModel @Inject constructor( if (!tabState.operationRunning) { // Only update if there isn't any process running println("Changes detected, loading status") checkUncommitedChanges() - - updateDiffEntry() } } }