mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Actually use the value from the "Always" context in Hotkey::GetHotkey
Originally committed to SVN as r6113.
This commit is contained in:
parent
7bb749b51f
commit
fe090969f4
@ -145,7 +145,7 @@ std::string Hotkey::GetHotkey(const std::string &context, const std::string &com
|
||||
if (ctext == "Default")
|
||||
ret = it->second.StrMenu();
|
||||
else if (ret.empty() && ctext == "Always")
|
||||
it->second.StrMenu();
|
||||
ret = it->second.StrMenu();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user