Skip to content

Commit

Permalink
Merge pull request #957 from complexlogic/record_options_crash
Browse files Browse the repository at this point in the history
Fix Record Options Crash After Changing Theme
  • Loading branch information
barbeque-squared authored Feb 5, 2025
2 parents 64ee846 + 319cc47 commit be78eb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/UScreenOptionsThemes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ implementation
ULog,
UMain,
UPathUtils,
URecord,
USkins,
UUnicodeUtils,
SysUtils;
Expand Down Expand Up @@ -267,6 +268,7 @@ procedure TScreenOptionsThemes.ReloadScreens;
UGraphic.UnLoadScreens();
UGraphic.LoadScreens(USDXVersionStr);
Ini.Load;
AudioInputProcessor.UpdateInputDeviceConfig();
end;
end;

Expand Down

0 comments on commit be78eb3

Please sign in to comment.