We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742ab90 commit d769abaCopy full SHA for d769aba
desktop-ui/input/hotkeys.cpp
@@ -158,7 +158,7 @@ auto InputManager::createHotkeys() -> void {
158
if(settings.audio.volume >= (f64)(0.1)) settings.audio.volume -= (f64)(0.1);
159
}));
160
161
- hotkeys.push_back(InputHotkey("Enable/Disable Shader").onPress([&] {
+ hotkeys.push_back(InputHotkey("Toggle Shader Display").onPress([&] {
162
if(!emulator) return;
163
if(!settings.video.shader.imatch("None")) {
164
if(ruby::video.shader().imatch("None")) {
0 commit comments