File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ public enum WeatherProvider
86
86
87
87
internal class Configuration
88
88
{
89
- [ DllImport ( "shell32.dll" , CharSet = CharSet . Unicode , SetLastError = true ) ]
90
- private static extern int SetCurrentProcessExplicitAppUserModelID ( string appID ) ;
91
-
92
-
93
89
public static EdgeChannel Channel { get ; set ; }
94
90
public static SearchEngine Search { get ; set ; }
95
91
public static AiProvider AiProvider { get ; set ; }
@@ -189,10 +185,6 @@ public static bool InitialEnvironment(bool setupRunning = false)
189
185
Logging . Log ( $ "Value of CustomWeatherProviderUrl: { CustomWeatherProviderUrl } ") ;
190
186
Logging . Log ( $ "Value of CopilotExternalApp: { CopilotExternalApp } ") ;
191
187
Logging . Log ( $ "Value of CopilotExternalAppArgument: { CopilotExternalAppArgument } ") ;
192
-
193
- // Test AUMID
194
- int result = SetCurrentProcessExplicitAppUserModelID ( "dev.valnoxy.GoAwayEdge" ) ;
195
- Logging . Log ( $ "Result of AUMID: { result } ") ;
196
188
return true ;
197
189
}
198
190
catch ( Exception ex )
You can’t perform that action at this time.
0 commit comments