Skip to content

Commit d5e2acf

Browse files
authored
Add a unique id to the checkbox for auto-updating Zen Mods on startup. (#8661)
* Updated id to be unique. Signed-off-by: CosmoCreeper <[email protected]> * Replaced unique id with one that doesn't contain enabled. Signed-off-by: CosmoCreeper <[email protected]> --------- Signed-off-by: CosmoCreeper <[email protected]>
1 parent 6632432 commit d5e2acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/preferences/zenMarketplace.inc.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<button id="zenThemeMarketplaceCheckForUpdates" data-l10n-id="zen-theme-marketplace-check-for-updates-button" />
2121
</hbox>
2222

23-
<checkbox id="zenWorkspacesForceContainerTabsToWorkspace"
23+
<checkbox id="zenThemeMarketplaceAutoUpdate"
2424
data-l10n-id="zen-themes-auto-update"
2525
preference="zen.mods.auto-update"/>
2626

0 commit comments

Comments
 (0)