Skip to content

Commit d769aba

Browse files
remutroLukeUsher
authored andcommitted
Update hotkey text
1 parent 742ab90 commit d769aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop-ui/input/hotkeys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ auto InputManager::createHotkeys() -> void {
158158
if(settings.audio.volume >= (f64)(0.1)) settings.audio.volume -= (f64)(0.1);
159159
}));
160160

161-
hotkeys.push_back(InputHotkey("Enable/Disable Shader").onPress([&] {
161+
hotkeys.push_back(InputHotkey("Toggle Shader Display").onPress([&] {
162162
if(!emulator) return;
163163
if(!settings.video.shader.imatch("None")) {
164164
if(ruby::video.shader().imatch("None")) {

0 commit comments

Comments
 (0)