Middle mouse button can now also open links (#1644)

This commit is contained in:
Daniel Pasch
2020-05-02 13:19:58 +02:00
committed by GitHub
parent b4eb56f362
commit 7719816891
3 changed files with 62 additions and 15 deletions
+5
View File
@@ -19,4 +19,9 @@ bool Link::isValid() const
return this->type != None;
}
bool Link::isUrl() const
{
return this->type == Url;
}
} // namespace chatterino