only show version dialog when frontend and backend version are not the same
This commit is contained in:
@@ -110,7 +110,10 @@ function showVersion(): void {
|
||||
}
|
||||
|
||||
versionClickCount.value++;
|
||||
|
||||
if (serverDisplayVersion.value && serverDisplayVersion.value !== 'unknown' && serverDisplayVersion.value !== clientVersion) {
|
||||
showAlert(versionMessage);
|
||||
}
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user