feat(tray): Added tray icon left-click event handling
- Implemented the function of displaying and focusing the main window when the tray icon is left-clicked - Added handling logic for tray icon events - Added Run Dev Server runtime configuration file - Added Run spary Cargo command runtime configuration file
This commit is contained in:
12
.run/Run Dev Server.run.xml
Normal file
12
.run/Run Dev Server.run.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Run Dev Server" type="js.build_tools.npm">
|
||||
<package-json value="$PROJECT_DIR$/package.json" />
|
||||
<command value="run" />
|
||||
<scripts>
|
||||
<script value="dev" />
|
||||
</scripts>
|
||||
<node-interpreter value="project" />
|
||||
<envs />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
Reference in New Issue
Block a user