You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To put it simply, add a toggle that removes the minimum size from discord. This can be done by injecting the following lines of code to the settings.json file.
"MIN_WIDTH": 0,
"MIN_HEIGHT": 0,
I just did this myself and noticed that OpenAsar already writes to the Settings.json file, so I figured this would be a simple, but very useful thing to add.
The text was updated successfully, but these errors were encountered:
To put it simply, add a toggle that removes the minimum size from discord. This can be done by injecting the following lines of code to the settings.json file.
I just did this myself and noticed that OpenAsar already writes to the Settings.json file, so I figured this would be a simple, but very useful thing to add.
The text was updated successfully, but these errors were encountered: