-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store config in Profile #5
base: master
Are you sure you want to change the base?
Conversation
Do not merge, keeps crashing OBS on destructor (SaveSetting()) :(
Fault address: 7FFC38BB2F57 (c:\program files\obs-studio\bin\64bit\w32-pthreads.dll) Thread 1F9C (Crashed) |
The TypeScript script provided serves as a hypothetical implementation to manage configuration settings for an OBS plugin, specifically tailored for OverviewThe script aims to save, load, and apply settings for the Details of the Script
Practical Usage
SummaryThe script is designed to enhance user experience by making |
import * as fs from 'fs'; class VirtualCamConfig {
} // Usage |
Do not merge, keeps crashing OBS on destructor (SaveSetting())
:(