We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac07e21 commit faa496dCopy full SHA for faa496d
1 file changed
src/application.rs
@@ -222,7 +222,8 @@ impl DistroShelfApplication {
222
}
223
224
fn recreate_window(&self) -> adw::ApplicationWindow {
225
- let command_runner = match { self.imp().distrobox_store_ty.borrow().to_owned() } {
+ let distrobox_store_ty = self.imp().distrobox_store_ty.borrow().to_owned();
226
+ let command_runner = match distrobox_store_ty {
227
DistroboxStoreTy::NullWorking => Distrobox::null_command_runner(&[
228
DistroboxCommandRunnerResponse::Version,
229
DistroboxCommandRunnerResponse::new_list_common_distros(),
0 commit comments