tmux-weblink 2.0.20 → 2.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -711,9 +711,6 @@ import{cssVarsStyle as d}from"../theme.js";import{newSessionModalCSS as c,newSes
711
711
  <!-- Settings popover -->
712
712
  <div class="popover-backdrop" id="settings-backdrop"></div>
713
713
  <div class="settings-popover" id="settings-popover">
714
- <div class="settings-item">
715
- </div>
716
- <hr class="settings-divider" />
717
714
  <div style="padding:4px 0">
718
715
  <button class="theme-option" data-theme="vscode" title="VS Code"><span class="theme-dot" style="background:#007acc"></span>VS Code${e.template==="vscode"?'<span class="theme-check">\u2713</span>':""}</button>
719
716
  <button class="theme-option" data-theme="ghostty" title="Ghostty"><span class="theme-dot" style="background:#ff5f00"></span>Ghostty${e.template==="ghostty"?'<span class="theme-check">\u2713</span>':""}</button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmux-weblink",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Access your tmux sessions from the browser. A continuation of tmux-web and persalink.",
5
5
  "type": "module",
6
6
  "bin": {