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 4b91194 commit 3aac995Copy full SHA for 3aac995
README.md
@@ -80,6 +80,7 @@ This is a highly customizable animated Matrix wallpaper for Wallpaper Engine (We
80
</p>
81
82
- CUSTOM
83
+ - Preserve Logo Color
84
- Scale
85
- Position
86
- Other Customizations
index.js
@@ -1,5 +1,5 @@
1
window.onload = function () {
2
- const version = "v3.1.0";
+ const version = "v3.2.0";
3
4
checkForUpdates = async () => {
5
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';
0 commit comments