mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
[WIP] Adding wallpaper manipulation
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user