mirror of
https://github.com/polybar/polybar.git
synced 2026-03-04 07:19:15 +00:00
Incorporate reviews
This commit is contained in:
committed by
Patrick Ziegler
parent
5ddb6fc0c5
commit
9fb75779f3
@ -99,7 +99,7 @@ namespace modules {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool menu_module::input(string&& action, string&& data) {
|
||||
bool menu_module::input(const string& action, const string& data) {
|
||||
if (action == EVENT_EXEC) {
|
||||
auto sep = data.find("-");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user