⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 homepagechanged.luac.lua

📁 htc manila 2 sourcecode
💻 LUA
字号:
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ;; 01d9e30a_manila.luac 

OnGizmoPageChanged = function()
   local l = _application.Store:GetIntValue(Lifetime_Application, "ShowCacheHomePage")
   if l == 1 then
      trace("[Home.m9] status == 1")
      DummyFocusHolder:Focus()
      if HomeTitleBar ~= nil then
         if machineStatus.CachedBackgroundPath.Value ~= "" then
            HomeTitleBar.Opacity.value = 60
            _application.Navigation.TabTrayOpacity = 60
         else
            HomeTitleBar.Opacity.value = 100
            _application.Navigation.TabTrayOpacity = 100
         end
      end         
   elseif HomeTitleBar ~= nil then
      HomeTitleBar.Opacity.value = 100
   end
end

machineStatus.CachedBackgroundPath.OnValueChanged:connect(OnGizmoPageChanged)
_application.Store:GetValueChangedEvent(Lifetime_Application, "ShowCacheHomePage"):connect(OnGizmoPageChanged, self)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -