Add Fullscreen button to Live Grid item button strip

refactor-sql-commands-on-startup
Moe 2022-08-19 23:20:56 -07:00
parent d63558993d
commit 28f16a1c73
1 changed files with 5 additions and 0 deletions

View File

@ -7426,6 +7426,11 @@ module.exports = function(s,config,lang){
"class": "default toggle-live-grid-monitor-menu",
"icon": "bars"
},
"Fullscreen": {
"label": lang['Fullscreen'],
"class": "default toggle-live-grid-monitor-fullscreen",
"icon": "arrows-alt"
},
"Monitor Settings": {
"label": lang['Monitor Settings'],
"class": "default open-monitor-settings",