Skip to content

Commit

Permalink
Modify trademark appearance in About menu window
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAbrams committed Nov 12, 2019
1 parent 02be5a5 commit 1816c87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ if (!hasLock) {
<path class="cls-2" d="M250,129.71487l-83.366,48.13141V370.28513l43.65448-25.40119V299.313L250,322.24045,333.366,274.109V177.84628Zm39.71155,119.19025L250,271.83255l-39.71155-22.92743V203.0502L250,180.12277l39.71149,22.92743Z"/><polygon class="cls-3" points="333.366 274.109 250 322.24 250.347 226.184 333.366 177.846 333.366 274.109"/>
<polygon class="cls-4" points="250.347 226.184 166.634 177.846 250 129.715 333.366 177.846 250.347 226.184"/>
</svg>
<p id="trademark">Powered by Duality®</p>
<p id="trademark"><i>Think Inside The Block®</i></p>
<p id="trademark1">Powered by <b>Duality™</b></p>
<p id="trademark3"><b><i>Think Inside The Block</i></b></p>
<a id="link" onClick="handleClick()">
https://duality.solutions/pshare
</a>
Expand Down Expand Up @@ -325,6 +325,7 @@ if (!hasLock) {
const template = [
{
label: 'Edit',
id: 'edit-menu',
submenu: [
{ role: 'undo' },
{ role: 'redo' },
Expand All @@ -339,6 +340,7 @@ if (!hasLock) {
},
{
role: 'Help',
id: 'help-menu',
submenu: [
{
label: 'Support',
Expand All @@ -357,6 +359,7 @@ if (!hasLock) {
if (isDevelopment) {
template.push(<any>{
label: 'View',
id: 'view-menu',
submenu: [
{ role: 'reload' },
{ role: 'forcereload' },
Expand Down

0 comments on commit 1816c87

Please sign in to comment.