added basic code for incognito links
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
// only supported on windows right now
|
||||
# define INCOGNITO_LINKS_SUPPORTED
|
||||
|
||||
namespace chatterino {
|
||||
void openLinkIncognito(const QString &link);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user