[WIP] Adding wallpaper manipulation

This commit is contained in:
Terry MacDonald
2021-08-27 22:26:12 +12:00
parent cf0a15acdd
commit 93c85d7d87
7 changed files with 403 additions and 0 deletions

View File

@ -182,6 +182,8 @@ namespace DisplayMagicianShared
public bool SetWallpaper { get; set; }
public Wallpaper.Style WallpaperStyle { get; set; }
public string WallpaperBitmapFilename{
get
{
@ -314,6 +316,7 @@ namespace DisplayMagicianShared
profile.ProfileDisplayIdentifiers = ProfileDisplayIdentifiers;
profile.SetWallpaper = SetWallpaper;
profile.WallpaperBitmapFilename = WallpaperBitmapFilename;
profile.WallpaperStyle = WallpaperStyle;
return true;
}