better button label
This commit is contained in:
parent
61b1f45ce3
commit
fb7d76bebf
|
@ -119,7 +119,7 @@ fn build_ui(application: >k::Application) {
|
|||
window.resize(config.size.0, config.size.1);
|
||||
}
|
||||
|
||||
let button_manage_sounds = gtk::Button::with_label("manage sounds");
|
||||
let button_manage_sounds = gtk::Button::with_label("open sounds folder");
|
||||
|
||||
button_manage_sounds.connect_clicked(|_| {
|
||||
let mut file_manager = Command::new(file_manager());
|
||||
|
|
Loading…
Reference in New Issue