diff options
| author | Adam <[email protected]> | 2026-01-02 12:20:00 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-02 12:40:36 -0600 |
| commit | a4c67515c9bae2acce90812d32b472322ddcfb97 (patch) | |
| tree | f1d1dadf348d0345b70e2964c2fbaabd6424c53e /packages/desktop/index.html | |
| parent | 1d2d710fced7e1b0fd75b048000fb2b94b42a401 (diff) | |
| download | opencode-a4c67515c9bae2acce90812d32b472322ddcfb97.tar.gz opencode-a4c67515c9bae2acce90812d32b472322ddcfb97.zip | |
fix(desktop): tweak window drag region layout
Diffstat (limited to 'packages/desktop/index.html')
| -rw-r--r-- | packages/desktop/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 83826b602..f93e97294 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -13,7 +13,6 @@ <meta name="theme-color" content="#131010" media="(prefers-color-scheme: dark)" /> <meta property="og:image" content="/social-share.png" /> <meta property="twitter:image" content="/social-share.png" /> - <!-- Theme preload script - applies cached theme to avoid FOUC --> <script id="oc-theme-preload-script"> ;(function () { var themeId = localStorage.getItem("opencode-theme-id") |
