Open new file in the same window. Closes #31

This commit is contained in:
Rafostar
2020-12-24 00:23:49 +01:00
parent f2d8d8ad4f
commit 6afbbc767a
6 changed files with 63 additions and 35 deletions

View File

@@ -2,5 +2,5 @@ const { Daemon } = imports.clapper_src.daemon;
function main()
{
new Daemon(ARGV[0]);
new Daemon();
}