We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc59a36 commit 8f89d87Copy full SHA for 8f89d87
src/app.js
@@ -330,7 +330,7 @@ window.systemHookDefaults = {
330
setWallpaperCentered: (canvas) => {
331
systemHooks.showSaveFileDialog({
332
dialogTitle: localize("Save As"),
333
- defaultName: `${file_name.replace(/\.(bmp|dib|a?png|gif|jpe?g|jpe|jfif|tiff?|webp|raw)$/i, "")} wallpaper.png`,
+ defaultFileName: `${file_name.replace(/\.(bmp|dib|a?png|gif|jpe?g|jpe|jfif|tiff?|webp|raw)$/i, "")} wallpaper.png`,
334
defaultFileFormatID: "image/png",
335
formats: image_formats,
336
getBlob: (new_file_type) => {
0 commit comments