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 dc9eec6 commit 49257dcCopy full SHA for 49257dc
src/app.rs
@@ -234,7 +234,9 @@ impl App {
234
if config.project_dir.is_some() {
235
config.config_change = true;
236
config.watcher_change = true;
237
- app.modified.store(true, Ordering::Relaxed);
+ }
238
+ if config.selected_obj.is_some() {
239
+ config.queue_build = true;
240
}
241
app.view_state.config_state.queue_check_update = config.auto_update_check;
242
app.config = Arc::new(RwLock::new(config));
0 commit comments