mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-28 08:34:06 +02:00
Remove unnecessary IsSystemSupported check in UpdateHandler
This commit is contained in:
parent
ce005ae6c2
commit
4dd2e787d1
@ -82,7 +82,7 @@ public bool AllowPreReleases{
|
|||||||
|
|
||||||
public bool IsSystemSupported{
|
public bool IsSystemSupported{
|
||||||
get{
|
get{
|
||||||
return Environment.OSVersion.Version >= new Version("6.1"); // 6.1 NT version = Windows 7
|
return true; // Environment.OSVersion.Version >= new Version("6.1"); // 6.1 NT version = Windows 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user