From f169f72002b797ff2bd4f74dafeac5292d282790 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Wed, 12 Jun 2019 10:49:18 +0200 Subject: [PATCH] Quest editor should be the default tool. --- src/ui/ApplicationComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ApplicationComponent.tsx b/src/ui/ApplicationComponent.tsx index dc673996..1c0b147d 100644 --- a/src/ui/ApplicationComponent.tsx +++ b/src/ui/ApplicationComponent.tsx @@ -12,7 +12,7 @@ const HuntOptimizer = withErrorBoundary(HuntOptimizerComponent); @observer export class ApplicationComponent extends React.Component { - state = { tool: 'huntOptimizer' } + state = { tool: 'questEditor' } render() { let toolComponent;