Sometimes we might need to query users for action on startup. Some cases and reasons:
- A file was deleted or moved, and we need to ask for it again
- After a Windows update, sound device ids can change. The devices need to be reselected
- GPU scheduling might have been enabled, which will impact OBS Studio performance
I'm sure there are more cases like these. We need to immediately ask users how they want to react, because not doing so means they'll be surprised when their stream doesn't work as expected.
Sometimes we might need to query users for action on startup. Some cases and reasons:
I'm sure there are more cases like these. We need to immediately ask users how they want to react, because not doing so means they'll be surprised when their stream doesn't work as expected.