mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-23 09:26:27 -06:00
Electron-142 - Made changes as per review
This commit is contained in:
parent
c996c52849
commit
7130883c74
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" style="margin: 0;height: 100%;font-family: sans-serif;">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>About</title>
|
||||
|
@ -240,6 +240,7 @@ function getTemplate(app) {
|
||||
}
|
||||
});
|
||||
|
||||
// This adds About Symphony under help menu for windows
|
||||
template[3].submenu.push({
|
||||
label: 'About Symphony',
|
||||
click(focusedWindow) {
|
||||
|
Loading…
Reference in New Issue
Block a user