Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
08e79797
Commit
08e79797
authored
8 years ago
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add context menu
parent
97de9197
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
main.ts
Breeze.UI/main.ts
+4
-0
package.json
Breeze.UI/package.json
+1
-0
No files found.
Breeze.UI/main.ts
View file @
08e79797
...
@@ -19,6 +19,10 @@ if (serve) {
...
@@ -19,6 +19,10 @@ if (serve) {
});
});
}
}
require
(
'electron-context-menu'
)({
showInspectElement
:
serve
});
// Keep a global reference of the window object, if you don't, the window will
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
// be closed automatically when the JavaScript object is garbage collected.
let
mainWindow
=
null
;
let
mainWindow
=
null
;
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/package.json
View file @
08e79797
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
"@ng-bootstrap/ng-bootstrap"
:
"^1.0.0-alpha.27"
,
"@ng-bootstrap/ng-bootstrap"
:
"^1.0.0-alpha.27"
,
"angular2-material-datepicker"
:
"^0.5.0"
,
"angular2-material-datepicker"
:
"^0.5.0"
,
"core-js"
:
"^2.4.1"
,
"core-js"
:
"^2.4.1"
,
"electron-context-menu"
:
"^0.9.1"
,
"ngx-clipboard"
:
"^8.0.3"
,
"ngx-clipboard"
:
"^8.0.3"
,
"rxjs"
:
"5.4.1"
,
"rxjs"
:
"5.4.1"
,
"zone.js"
:
"^0.8.12"
"zone.js"
:
"^0.8.12"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment