mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
修复设置bug
This commit is contained in:
@@ -2,6 +2,7 @@ using Cosmos.System;
|
||||
using Cosmos.System.Graphics;
|
||||
using CMLeonOS;
|
||||
using CMLeonOS.Gui.ShellComponents;
|
||||
using CMLeonOS.Settings;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
@@ -381,7 +382,7 @@ namespace CMLeonOS.Gui
|
||||
RenderWallpaper();
|
||||
|
||||
fpsCounter = new Window(this, (int)(ScreenWidth) - 64, (int)(ScreenHeight - 16), 64, 16);
|
||||
if (settingsService.ShowFps)
|
||||
if (SettingsManager.GUI_ShowFps)
|
||||
{
|
||||
AddWindow(fpsCounter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user