Refresh Overview only when changed

This commit is contained in:
2020-11-13 13:29:30 +01:00
parent 25e37980c6
commit 6c289a9a9e
3 changed files with 98 additions and 15 deletions

View File

@@ -74,6 +74,8 @@ Module ModuleRuntimeVariables
Public POPUP_REMINDER_ACTIVE As Boolean = True
Public INACTIVITY_DURATION As Integer = 0
Public INACTIVITYRecognized As Boolean = False
Public LAST_EDITED_COLUMN As String = "NONE"
Public LAST_ADDED_COLUMN As String = "NONE"
Public LICENSE_COUNT As Integer = 0
Public LICENSE_EXPIRED As Boolean = False