setting_re3

This commit is contained in:
lincube
2026-03-13 09:10:00 +08:00
parent c4df243610
commit 3b3f060f33
70 changed files with 1986 additions and 8966 deletions

View File

@@ -7,6 +7,13 @@ public partial class MainWindow
{
private void UpdateCurrentRenderBackendStatus()
{
if (CurrentRenderBackendLabelTextBlock is null ||
CurrentRenderBackendValueTextBlock is null ||
CurrentRenderBackendImplementationTextBlock is null)
{
return;
}
var backendInfo = AppRenderBackendDiagnostics.Detect();
var localizedBackend = GetLocalizedRenderBackendName(backendInfo.ActualBackend);