Middle mouse button can now also open links (#1644)
This commit is contained in:
@@ -19,4 +19,9 @@ bool Link::isValid() const
|
||||
return this->type != None;
|
||||
}
|
||||
|
||||
bool Link::isUrl() const
|
||||
{
|
||||
return this->type == Url;
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user