mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-24 02:14:26 +08:00
setting_re3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user