cargo fmt
This commit is contained in:
parent
1a1d64805e
commit
6e3dce771e
@ -393,8 +393,10 @@ fn get_drivers(
|
|||||||
.height_request(200)
|
.height_request(200)
|
||||||
.heading(t!("driver_install_dialog_heading"))
|
.heading(t!("driver_install_dialog_heading"))
|
||||||
.build();
|
.build();
|
||||||
driver_install_dialog
|
driver_install_dialog.add_response(
|
||||||
.add_response("driver_install_dialog_ok", &t!("driver_install_dialog_ok_label").to_string());
|
"driver_install_dialog_ok",
|
||||||
|
&t!("driver_install_dialog_ok_label").to_string(),
|
||||||
|
);
|
||||||
driver_install_dialog.add_response(
|
driver_install_dialog.add_response(
|
||||||
"driver_install_dialog_reboot",
|
"driver_install_dialog_reboot",
|
||||||
&t!("driver_install_dialog_reboot_label").to_string(),
|
&t!("driver_install_dialog_reboot_label").to_string(),
|
||||||
|
Loading…
Reference in New Issue
Block a user