Browse Source

OpenedWorkspacesAuto counter

Source commit: 867d9a60f0033fe45a5dfbc29597e40eea16e458
Martin Prikryl 6 years ago
parent
commit
d6c8c77eb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/CustomScpExplorer.cpp

+ 1 - 0
source/forms/CustomScpExplorer.cpp

@@ -6547,6 +6547,7 @@ void __fastcall TCustomScpExplorerForm::NeedSession(bool Startup)
                SameText(WinConfiguration->LastStoredSession, WinConfiguration->AutoWorkspace))
       {
         DoOpenFolderOrWorkspace(WinConfiguration->AutoWorkspace, false);
+        Configuration->Usage->Inc(L"OpenedWorkspacesAuto");
       }
     }
     __finally