Skip to content

Commit f695c60

Browse files
committed
Removed AUMID test
1 parent 1492a02 commit f695c60

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

GoAwayEdge/Common/Configuration.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ public enum WeatherProvider
8686

8787
internal class Configuration
8888
{
89-
[DllImport("shell32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
90-
private static extern int SetCurrentProcessExplicitAppUserModelID(string appID);
91-
92-
9389
public static EdgeChannel Channel { get; set; }
9490
public static SearchEngine Search { get; set; }
9591
public static AiProvider AiProvider { get; set; }
@@ -189,10 +185,6 @@ public static bool InitialEnvironment(bool setupRunning = false)
189185
Logging.Log($"Value of CustomWeatherProviderUrl: {CustomWeatherProviderUrl}");
190186
Logging.Log($"Value of CopilotExternalApp: {CopilotExternalApp}");
191187
Logging.Log($"Value of CopilotExternalAppArgument: {CopilotExternalAppArgument}");
192-
193-
// Test AUMID
194-
int result = SetCurrentProcessExplicitAppUserModelID("dev.valnoxy.GoAwayEdge");
195-
Logging.Log($"Result of AUMID: {result}");
196188
return true;
197189
}
198190
catch (Exception ex)

0 commit comments

Comments
 (0)