Remove old theme service completely.

This commit is contained in:
Burak Kaan Köse
2025-10-03 21:17:41 +02:00
parent 1c49b69332
commit e42ebb49ae
9 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace Wino.Services;
public class DialogService : DialogServiceBase, IMailDialogService
{
public DialogService(IThemeService themeService,
public DialogService(INewThemeService themeService,
IConfigurationService configurationService,
IApplicationResourceManager<ResourceDictionary> applicationResourceManager) : base(themeService, configurationService, applicationResourceManager)
{