Home
last modified time | relevance | path

Searched refs:get_opt_save_on_exit (Results 1 – 2 of 2) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_system.h532 bool get_opt_save_on_exit() const { return a_save; } in get_opt_save_on_exit() function
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_main_window.cpp2845 machine.disable_autosave(options.get_opt_save_on_exit()); in MainWindow()