Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage committed Jun 23, 2023
1 parent 5315d2b commit 21b6be2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/renderer/src/lib/dashboard/ProviderConfigured.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ async function runProvider() {
}
onMount(async () => {
// Get the autostart configuration setting. If it's disabled, we do *not* want to start the current container provider.
const autostart = await window.getConfigurationValue<boolean>('preferences.engine.autostart');
runAtStart = autostart || initializationContext.mode === InitializeAndStartMode;
if (runAtStart) {
runProvider();
}
Expand Down

0 comments on commit 21b6be2

Please sign in to comment.