We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cbed2 commit 2b78bd7Copy full SHA for 2b78bd7
src/container.rs
@@ -167,9 +167,9 @@ impl Container {
167
.distrobox()
168
.export_app(&this.name(), &desktop_file_path)
169
.await?;
170
+ this.apps().reload();
171
Ok(())
172
});
- self.apps().reload();
173
}
174
pub fn unexport(&self, desktop_file_path: &str) {
175
let this = self.clone();
@@ -180,9 +180,9 @@ impl Container {
180
181
.unexport_app(&this.name(), &desktop_file_path)
182
183
184
185
186
187
pub fn clone_to(&self, target_name: &str) {
188
0 commit comments