mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-15 13:45:09 +00:00
App API:
* Summaries rewritten * Added new parameters / Removed not supported parameters * Added some new methods like appFocus(options), appHasSingleLock, etc.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ElectronNET.WebApp.Controllers
|
||||
{
|
||||
Electron.IpcMain.On("open-file-manager", async (args) =>
|
||||
{
|
||||
string path = await Electron.App.GetPathAsync(PathName.home);
|
||||
string path = await Electron.App.GetPathAsync(PathName.Home);
|
||||
await Electron.Shell.ShowItemInFolderAsync(path);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user