guodong %!s(int64=2) %!d(string=hai) anos
pai
achega
d990a713c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -49,6 +49,7 @@ namespace GFGGame
             FontManager.RegisterFont(new DynamicFont("SourceHanSerifCN-SemiBold-7", font8));
 
             UIConfig.defaultFont = "FZKTJW--GB1-0";
+            //默认关闭点击窗口移至顶层的功能,不可打开,如哪个界面需要在界面中单独设置
             UIConfig.bringWindowToFrontOnClick = false;
 
             _viewDic = new Dictionary<string, UIView>();