-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dialog -> Widget, Use signals instead of timer, and code cleanup (#1) #11
base: master
Are you sure you want to change the base?
Conversation
Right now the JSON file is loaded to/from the directory returned from A better approach could be to adapt the text source approach as seen here. We'd always have the most recent values from the file, we can easily write back using |
I've updated the code with your suggestions, definitely good catches! |
Looks like it needs formatting @suniahk |
@suniahk can you run the formatter? |
Alternatively @suniahk , if you can tell me the right way to pull your branch and update your PR I can do it. I've not worked with github much prior to these OBS plugins. |
This originally started out as trying to translate the Dialog UI to a dockable Widget. That turned into "hey, I can replace the timers with signals for a cleaner approach", which turned into "I should fix the UI bug where labels paint over each other". And now here we are. So, without further ado...