diff options
author | bobzel <zzzman@gmail.com> | 2023-04-26 13:11:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-26 13:11:58 -0400 |
commit | f885965824f76be69e6bd26109a5df85dc43eb80 (patch) | |
tree | 1444d9fdf1944496932e042d71fa9a47b1a52178 /src/client/views/MainView.tsx | |
parent | 4846ff09a02cce1da4f0b8984e387d7d204837f1 (diff) |
added stats button to mainview
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e4554c339..43f56dd8c 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -26,6 +26,7 @@ import { ScriptingGlobals } from '../util/ScriptingGlobals'; import { SelectionManager } from '../util/SelectionManager'; import { ColorScheme, SettingsManager } from '../util/SettingsManager'; import { SharingManager } from '../util/SharingManager'; +import { ServerStats } from '../util/ServerStats'; import { SnappingManager } from '../util/SnappingManager'; import { Transform } from '../util/Transform'; import { TimelineMenu } from './animationtimeline/TimelineMenu'; @@ -969,6 +970,7 @@ export class MainView extends React.Component { {this.inkResources} <DictationOverlay /> <SharingManager /> + <ServerStats /> <SettingsManager /> <ReportManager /> <CaptureManager /> |