File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 55using System . Reflection ;
66using System . Runtime . Loader ;
77using System . Threading . Tasks ;
8- using System . Windows ;
8+ using System . Windows . Forms ;
99using Flow . Launcher . Infrastructure ;
1010using Flow . Launcher . Infrastructure . Logger ;
1111using Flow . Launcher . Infrastructure . UserSettings ;
@@ -117,7 +117,10 @@ public static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source)
117117
118118 Task . Run ( ( ) =>
119119 {
120- MessageBox . Show ( $ "{ errorMessage } { Environment . NewLine } { errorPluginString } ") ;
120+ MessageBox . Show ( $ "{ errorMessage } { Environment . NewLine } { Environment . NewLine } " +
121+ $ "{ errorPluginString } { Environment . NewLine } { Environment . NewLine } " +
122+ $ "Please refer to the logs for more information", "" ,
123+ MessageBoxButtons . OK , MessageBoxIcon . Warning ) ;
121124 } ) ;
122125 }
123126
You can’t perform that action at this time.
0 commit comments