Change version text to button, move config button to opposing corner

This commit is contained in:
CakeLancelot
2024-09-23 18:12:42 -05:00
parent 4503c9268e
commit 19e036ddf9
3 changed files with 34 additions and 22 deletions

View File

@@ -78,7 +78,6 @@ function getAppVersion() {
function setAppVersionText() {
$("#of-aboutversionnumber").text("Version " + getAppVersion());
$("#of-versionnumber").text("v" + getAppVersion());
}
function validateServerSave(modalName) {