feat(themes): default-fill missing colour/layout slots on theme load
This commit is contained in:
@@ -150,7 +150,7 @@ internal sealed class ThemeImportExportRow
|
||||
Theme? theme;
|
||||
try
|
||||
{
|
||||
theme = ThemeJsonLoader.LoadFromString(json);
|
||||
theme = ThemeJsonLoader.LoadFromString(json, _logger);
|
||||
}
|
||||
catch (FormatException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user