Skip to content

Improve ThemeService saving #177

@tinodin

Description

@tinodin

Currently ThemeService saves its config in Path.Combine(PathHelper.GetAppDataFolderPath(), ProcessInfoHelper.ProductNameAndVersion, "CoreAppConfigV9.2.0.json") which can fill up the LocalState folder with many folders and files with every version update of the app. Also it doesn't seem practical to save two properties inside of a .json file and the name CoreAppConfigV9.2.0.json doesn't make sense since it seems to append an old version of DevWinUI.

Could we use ApplicationData.Current.LocalSettings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Blocked By WinUIWe need to wait for winui next updates.enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions