From 461714cc87549f3c0c3411bfe95f3936aca60f74 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 6 Jan 2023 12:31:13 -0800 Subject: GUI: Persist transcription app config The configuration of the transcription app, such as the number of rows and columns in the text box, now persists across app restarts. I found that I would have to change from the defaults to my preferred config every time I started up in VR, which was annoying. Now we just start with the config that was set last time. * Add dependency on rapidyaml (MIT) * Serialize transcription config to file under Resources/ * Add Config class to wrap serializing/deserializing * Update build instructions * Simplify StartApp() API, taking Config struct instead of a ton of arguments --- GUI/Libraries/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI/Libraries/.gitignore') diff --git a/GUI/Libraries/.gitignore b/GUI/Libraries/.gitignore index 214bffb..fb46029 100644 --- a/GUI/Libraries/.gitignore +++ b/GUI/Libraries/.gitignore @@ -1,3 +1,4 @@ # Don't check in anything we fetch wx +rapidyaml -- cgit v1.2.3