-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7ba996
commit 68c9504
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule KitX Dashboard
updated
18 files
+2 −2 | App.axaml.cs | |
+1 −1 | Converters/WindowAttributesConverter.cs | |
+12 −0 | Data/AppConfig.cs | |
+20 −10 | Data/GlobalInfo.cs | |
+192 −26 | Helper.cs | |
+2 −1 | KitX Dashboard.csproj | |
+8 −0 | Names/ActivityNames.cs | |
+11 −0 | Names/ActivitySortNames.cs | |
+10 −0 | Names/ActivityTitles.cs | |
+7 −0 | Names/FileWatcherNames.cs | |
+18 −1 | Program.cs | |
+1 −1 | Services/AnouncementManager.cs | |
+8 −0 | Services/EventHandlers.cs | |
+123 −0 | Services/FileWatcherManager.cs | |
+1 −1 | ViewModels/Pages/Controls/Settings_AboutViewModel.cs | |
+3 −2 | ViewModels/Pages/Controls/Settings_PersonaliseViewModel.cs | |
+1 −1 | Views/AnouncementsWindow.axaml.cs | |
+1 −1 | Views/MainWindow.axaml.cs |