disable updates on windows nightlies

This commit is contained in:
fourtf
2019-09-15 15:45:04 +02:00
parent d451b31cee
commit 7cbbd72e7f
6 changed files with 86 additions and 20 deletions
+16
View File
@@ -0,0 +1,16 @@
#pragma once
namespace chatterino {
class Modes
{
public:
Modes();
static const Modes &getInstance();
bool isNightly{};
bool isPortable{};
};
} // namespace chatterino