Add GUI/NonGUI mode to info page

This commit is contained in:
Lord-Grey
2023-12-23 16:03:53 +01:00
parent 1b4df36c49
commit 49cfca7b5e
2 changed files with 7 additions and 0 deletions

View File

@@ -1224,6 +1224,7 @@ function getSystemInfo() {
info += '- Avail Services: ' + window.serverInfo.services + '\n';
info += '- Config path: ' + shy.rootPath + '\n';
info += '- Database: ' + (shy.readOnlyMode ? "ready-only" : "read/write") + '\n';
info += '- Mode: ' + (shy.isGuiMode ? "GUI" : "Non-GUI") + '\n';
info += '\n';