Skip to content

Commit

Permalink
Add support for "electron-as-wallpaper"
Browse files Browse the repository at this point in the history
  • Loading branch information
ButzYung committed Dec 26, 2022
1 parent 6ff0156 commit 69d1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ <h5>AutoIt Options
<tr>
<td>&nbsp;</td>
<td style="padding-top:4px;">
<input name="AutoItStayOnDesktop" type="checkbox" id="AutoItStayOnDesktop" value="checkbox" onclick="AutoItAutoPause.disabled=!this.checked; if (this.checked) {WallpaperAsBG.checked=true;IgnoreMouseEventsPartial.checked=false;} else {AutoItAutoPause.checked=false}" />
<input name="AutoItStayOnDesktop" type="checkbox" id="AutoItStayOnDesktop" value="checkbox" onclick="AutoItAutoPause.disabled=!this.checked || parentWindow.SA_topmost_window.WebKit_object.use_electron_as_wallpaper; if (this.checked) {WallpaperAsBG.checked=true;IgnoreMouseEventsPartial.checked=false;} else {AutoItAutoPause.checked=false}" />
<label id="L_AutoItStayOnDesktop_TEXT" for="AutoItStayOnDesktop">Stay on desktop (Electron) <a href="#" onclick="return false" title="System Animator can be configured to &quot;stay on desktop&quot; (wallpaper mode), covering the desktop wallpaper but behind the desktop icons. This feature resembles the once famous &quot;DreamScene&quot; and the recently popular &quot;Wallpaper Engine&quot; which allows videos and other types of 2D/3D animations as your ANIMATED wallpaper.\n\nNOTE: This features works on Electron and Windows only.">(?)</a></label>
</td>
</tr>
Expand Down

0 comments on commit 69d1cf5

Please sign in to comment.