We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738231 commit 26b3c47Copy full SHA for 26b3c47
1 file changed
CollapseLauncher/XAMLs/MainApp/Pages/SettingsPage.xaml.cs
@@ -49,6 +49,7 @@
49
using System.Net.Http;
50
using System.Numerics;
51
using System.Reflection;
52
+using System.Runtime.CompilerServices;
53
using System.Text;
54
using System.Threading;
55
using System.Threading.Tasks;
@@ -61,7 +62,6 @@
61
62
using static Hi3Helper.Logger;
63
using static Hi3Helper.Shared.Region.LauncherConfig;
64
using CollapseUIExt = CollapseLauncher.Extension.UIElementExtensions;
-using System.Runtime.CompilerServices;
65
// ReSharper disable AsyncVoidMethod
66
// ReSharper disable SwitchStatementHandlesSomeKnownEnumValuesWithDefault
67
// ReSharper disable SwitchStatementMissingSomeEnumCasesNoDefault
0 commit comments