opening links in private browsing mode (windows)
tested on firefox, chrome and internet explorer
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
// only supported on windows right now
|
||||
# define INCOGNITO_LINKS_SUPPORTED
|
||||
|
||||
namespace chatterino {
|
||||
void openLinkIncognito(const QString &link);
|
||||
}
|
||||
|
||||
#endif
|
||||
bool supportsIncognitoLinks();
|
||||
void openLinkIncognito(const QString &link);
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user