Home
last modified time | relevance | path

Searched refs:play_selection_stop (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_options.cpp118 app.opts.play_selection_stop = val; in gui_options_pref_play_selection_stop_cb()
120 app.prefs->SetInt("PlaySelectionStop", app.opts.play_selection_stop); in gui_options_pref_play_selection_stop_cb()
H A Dgui_main.h223 gboolean play_selection_stop; member
H A Dgui_main_audio.cpp758 if(app.opts.play_selection_stop && app.ui.sound_play_status != SOUND_NOT_PLAYING) in gui_main_play_selected()