You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also fix small issue with enabling update presence button when it should be disabled and made logging be done how it should be in some places it wasn't being done correctly
Copy file name to clipboardExpand all lines: src/MultiRPC/Program.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
usingTinyUpdate.Core.Logging;
14
14
usingTinyUpdate.Core.Logging.Loggers;
15
15
16
-
//TODO: Go through app for text that needs to be localized
17
16
//TODO: When reattempting Lottie animations, use https://github.com/AvaloniaUI/Avalonia.Lottie/tree/layercache-impl as a starting point (It works on some animations but crashes on others)
//TODO: Check if discord is running under admin and if we need to restart under admin (But warn about having both apps open with admin in the first place)
0 commit comments