Skip to content

Commit

Permalink
Added Force Reload and separators in Window menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cstayyab committed May 12, 2020
1 parent cd1429f commit 7a23a72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ const windowMenu = [{
label: 'Debug Tools',
sublabel: 'Toggle Chrome Developer Tools',
role: 'toggleDevTools'
}, {
label: 'Reload Without Cache',
sublabel: 'Reload after discarding cached data',
role: 'forceReload'
}, {
label: 'separator',
type: 'separator'
}, {
label: 'Always On Top',
type: 'checkbox',
Expand Down Expand Up @@ -203,6 +210,9 @@ const windowMenu = [{
sublabel: 'Reset Zoom to 100%',
role: 'resetZoom',
}]
}, {
label: 'separator',
type: 'separator'
}, {
label: 'Exit',
sublabel: 'Quit current window of WALC completely',
Expand Down

0 comments on commit 7a23a72

Please sign in to comment.