Jelajahi Sumber

image-source: Correctly assign hotkey to next instead of prev

tududweb 3 tahun lalu
induk
melakukan
bf65c5b041
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      plugins/image-source/obs-slideshow.c

+ 1 - 1
plugins/image-source/obs-slideshow.c

@@ -654,7 +654,7 @@ static void *ss_create(obs_data_t *settings, obs_source_t *source)
 		source, "SlideShow.Stop", obs_module_text("SlideShow.Stop"),
 		stop_hotkey, ss);
 
-	ss->prev_hotkey = obs_hotkey_register_source(
+	ss->next_hotkey = obs_hotkey_register_source(
 		source, "SlideShow.NextSlide",
 		obs_module_text("SlideShow.NextSlide"), next_slide_hotkey, ss);