obs-web icon indicating copy to clipboard operation
obs-web copied to clipboard

[Feature Reqest] Show Scene On Top - URL String

Open BenJamesAndo opened this issue 1 year ago • 2 comments

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

BenJamesAndo avatar Nov 01 '22 01:11 BenJamesAndo

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

Niek avatar Nov 01 '22 11:11 Niek

Actually yeah, localStorage sounds good. I'd be keen for that.

BenJamesAndo avatar Nov 02 '22 02:11 BenJamesAndo