(silent=False)
| 6977 | </div> |
| 6978 | <div class="toolbar"> |
| 6979 | <button class="btn primary" id="saveSettingsBtn">Save settings</button> |
| 6980 | <button class="btn" id="resetWallpaperBtn">Reset wallpaper</button> |
| 6981 | <button class="btn" id="toggleFullscreenBtn">Toggle Full Screen</button> |
| 6982 | </div> |
| 6983 | </div> |
| 6984 | <div class="panel"> |
| 6985 | <div class="settings-section-title" id="projectMenuTitle">Project & Menu</div> |
| 6986 | <div class="field"> |
| 6987 | <label id="webPromptUsernameLabel" for="webPromptUsername">Prompt username</label> |
| 6988 | <input type="text" id="webPromptUsername" placeholder="DedSec"> |
| 6989 | </div> |
| 6990 | <div class="field"> |
| 6991 | <label id="webLanguageLabel" for="webLanguageSelect">Language</label> |
| 6992 | <select id="webLanguageSelect"> |
| 6993 | <option value="english">English</option> |
| 6994 | <option value="greek">Ελληνικά</option> |
| 6995 | </select> |
| 6996 | </div> |
| 6997 | <div class="field"> |
| 6998 | <label id="webMenuStyleLabel" for="webMenuStyleSelect">Menu style</label> |
| 6999 | <select id="webMenuStyleSelect"> |
| 7000 | <option value="list">List Style</option> |
no test coverage detected