Overlayed settings window is wrongly sized and unaccessable
I am trying to turn off the "only show speaking users" option after turning it on once, but when I try to do so, the window is squished and prevents me from accessing any of the settings.
Switching between "General" and "Join History" does nothing.
5 Replies
ooof that looks awful and I have a suspicion it's the save window state plugin.
- quit overlayed
- delete this file
one liner
i need a tracking issue for this because this commit allows both windows to have save state for both pos/size
https://github.com/overlayeddev/overlayed/blob/main/apps/desktop/src-tauri/src/main.rs#L71-L72
GitHub
overlayed/apps/desktop/src-tauri/src/main.rs at main · overlayeddev...
A modern, open-source, and free voice chat overlay for Discord that supports Mac, Linux, and Windows - overlayeddev/overlayed
settings windows should never save size 😂
It worked! Thank you so much!
created an issue to track the fix https://github.com/overlayeddev/overlayed/issues/186
GitHub
Settings window should not save size state · Issue #186 · overlayed...
Currently this allows you to save window size state for both main and settings windows. When changes are flushed we need to make sure it skips the settings window. overlayed/apps/desktop/src-tauri/...