// This settings is inverted because the first iteration of the Updater did not have a settings but instead relied on the messagebox choice of the user.
+ auto conflictWarning = [](bool fullConflict, QWidget *w) {
+ if (fullConflict) {
+ QToolTip::showText(QCursor::pos(), tr("<font color=\"darkRed\">This setting conflicts with the Screenshot Clipboard setting, which has been disabled.</font>"), w);
+ } else {
+ QToolTip::showText(QCursor::pos(), tr("<b>This setting might conflict with the Screenshot Clipboard setting!</b>"), w);
QDesktopServices::openUrl(QUrl("https://api..com/oauth2/authorize?client_id=3ebe94c791445c1&response_type=pin")); //TODO: get the client-id from somewhere?