diff options
| author | sameerasw <[email protected]> | 2025-06-03 00:04:09 +0530 |
|---|---|---|
| committer | sameerasw <[email protected]> | 2025-06-03 00:04:09 +0530 |
| commit | e014013d8de27c4a7bb5dcc66470041f69829d4a (patch) | |
| tree | f6f882f2452412415f75f9b1fb93cea0a6332708 /popup/popup.html | |
| parent | ab5d377df0f1f87e1de9e53c72716a93e2cdf8d0 (diff) | |
Added fallback background as a forced option
Diffstat (limited to 'popup/popup.html')
| -rw-r--r-- | popup/popup.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 2b8c48d..d16cb88 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -114,6 +114,13 @@ </label> <span id="site-toggle-label" class="toggle-label">Skip Forcing for this Site</span> </div> + <div class="toggle-container"> + <label class="toggle-switch"> + <input type="checkbox" id="fallback-background"> + <span class="slider round"></span> + </label> + <span class="toggle-label">Fallback Background</span> + </div> </div> </div> |
