You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewFileNotFoundException("The specified file does not exist.",szPath);
80
+
81
+
// Check if the file is a cloud placeholder (online-only file)
82
+
if(IsCloudPlaceholder(szPath))
83
+
thrownewInvalidOperationException("The file is stored in the cloud and is not available offline. Please download the file before setting it as a wallpaper.");
0 commit comments