mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that update notification is not displayed with beta builds
This commit is contained in:
parent
18deccb36f
commit
957b05441c
@ -68,7 +68,8 @@ void CheckVersion(void* dummy)
|
||||
const WCHAR* version = tmpSz.c_str();
|
||||
|
||||
int availableVersion = parseVersion(version);
|
||||
if (availableVersion > RAINMETER_VERSION)
|
||||
if (availableVersion > RAINMETER_VERSION ||
|
||||
(revision_beta && availableVersion == RAINMETER_VERSION))
|
||||
{
|
||||
Rainmeter->SetNewVersion();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user