mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 22:05:21 +00:00
Update WebGL status message
This commit is contained in:
@@ -144,13 +144,13 @@ export class TerritoryWebGLStatus extends LitElement implements Layer {
|
||||
|
||||
private statusText(): string {
|
||||
if (!this.enabled) {
|
||||
return "WebGL borders hidden";
|
||||
return "WebGL hidden";
|
||||
}
|
||||
if (!this.supported) {
|
||||
return "WebGL unsupported (fallback)";
|
||||
}
|
||||
if (this.active) {
|
||||
return "WebGL borders active";
|
||||
return "WebGL active";
|
||||
}
|
||||
return "WebGL enabled (fallback)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user