Skip to content

Commit 1c06ef7

Browse files
committed
Change default wallpaper size to 'best_fit'
Updated the default value for the wallpaper size preference from 'full' to 'best_fit' in app.js. Rebuilt Chrome and Firefox extension packages to include this change.
1 parent 3bb4517 commit 1c06ef7

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/pixtab-1.1-chrome.zip

1 Byte
Binary file not shown.

dist/pixtab-1.1-firefox.xpi

1 Byte
Binary file not shown.

src/newtab/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import browserAPI from "../shared/browser-polyfill.js";
33

44
(function () {
55
const WALLPAPER_PREF_DEFAULTS = Object.freeze({
6-
size: "full",
6+
size: "best_fit",
77
align: "center",
88
tiling: "none"
99
});

0 commit comments

Comments
 (0)