File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Uno.Playground.Shared/Samples Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ public Playground()
8282
8383#if __WASM__
8484 splitter . SetCssClass ( "resizeHandle" ) ;
85+
86+ // Eagerly create material theme
87+ _ = new Uno . Material . MaterialTheme ( ) ;
8588#endif
8689
8790 jsonDataContext . TextChanged += OnDataContextTextChanged ;
Original file line number Diff line number Diff line change 1414 <WasmShellEnableJiterpreter >true</WasmShellEnableJiterpreter >
1515 <WasmShellEnableEmccProfiling >true</WasmShellEnableEmccProfiling >
1616 <!-- <WasmShellDisableSDKCheckSumValidation>true</WasmShellDisableSDKCheckSumValidation>-->
17- <!-- < WasmShellILLinkerEnabled>false</WasmShellILLinkerEnabled> -- >
17+ <WasmShellILLinkerEnabled >false</WasmShellILLinkerEnabled >
1818 <!-- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>-->
1919 </PropertyGroup >
2020
You can’t perform that action at this time.
0 commit comments