File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44using MudBlazor . Services ;
55using System . Windows ;
66using ComputerLock . Update ;
7+ using MudExtensions . Services ;
78using Application = System . Windows . Application ;
89
910namespace ComputerLock ;
@@ -64,6 +65,7 @@ private void Init()
6465 config . SnackbarConfiguration . ShowTransitionDuration = 200 ;
6566 config . SnackbarConfiguration . HideTransitionDuration = 400 ;
6667 } ) ;
68+ services . AddMudExtensions ( ) ;
6769
6870 var sp = services . BuildServiceProvider ( ) ;
6971 Resources . Add ( "services" , sp ) ;
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <ItemGroup >
20+ <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 7.1.0" />
2021 <PackageReference Include =" JiuLing.AutoUpgrade" Version =" 2.2.6" />
2122 <PackageReference Include =" JiuLing.CommonLibs" Version =" 1.7.1" />
2223 <PackageReference Include =" Microsoft.AspNetCore.Components.WebView.Wpf" Version =" 8.0.100" />
Original file line number Diff line number Diff line change 99@using ComputerLock
1010@using ComputerLock .Shared
1111@using ComputerLock .Components
12- @using Microsoft .Extensions .Localization
12+ @using Microsoft .Extensions .Localization
13+ @using MudExtensions
Original file line number Diff line number Diff line change 99 < link href ="app.css " rel ="stylesheet " />
1010 < link href ="initialize-screen.css " rel ="stylesheet " />
1111 < link href ="_content/MudBlazor/MudBlazor.min.css " rel ="stylesheet " />
12+ < link href ="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css " rel ="stylesheet " />
1213 < link href ="SignDebugger.styles.css " rel ="stylesheet " />
1314</ head >
1415
2930 </ div >
3031 < script src ="_framework/blazor.webview.js "> </ script >
3132 < script src ="_content/MudBlazor/MudBlazor.min.js "> </ script >
33+ < script src ="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js "> </ script >
3234</ body >
3335
3436</ html >
You can’t perform that action at this time.
0 commit comments