Minor: Add missing hotkey Action for Open Player in Browser. (#4756)
This commit is contained in:
@@ -552,6 +552,11 @@ void Split::addShortcuts()
|
||||
this->openWithCustomScheme();
|
||||
return "";
|
||||
}},
|
||||
{"openPlayerInBrowser",
|
||||
[this](std::vector<QString>) -> QString {
|
||||
this->openBrowserPlayer();
|
||||
return "";
|
||||
}},
|
||||
{"openModView",
|
||||
[this](std::vector<QString>) -> QString {
|
||||
this->openModViewInBrowser();
|
||||
|
||||
Reference in New Issue
Block a user