obs-web
obs-web copied to clipboard
[Feature Reqest] Show Scene On Top - URL String
Hello. I really like this project, and I also prefer to show the scene on top. Would it be possible to have scene on top as part of the URL, that way I can bookmark it and don't have to keep clicking the button each time I open the link? Maybe something like ?sceneontop=true
I see what you mean, but if we start doing that we might have to put more and more settings in the URL. I think it's better to write such preferences to localStorage, similar to the icon mode: https://github.com/Niek/obs-web/blob/4fdf43354c66b0d580fd8cb4dd4e5e42bf23bb5a/src/App.svelte#L94-L96
Actually yeah, localStorage sounds good. I'd be keen for that.