From f86740cd035d6db423af542ff8e0f3980a2c1673 Mon Sep 17 00:00:00 2001 From: jankalthoefer Date: Fri, 13 Dec 2024 15:44:47 +0100 Subject: [PATCH] clean up SettingsView changes --- app/components-react/highlighter/SettingsView.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components-react/highlighter/SettingsView.tsx b/app/components-react/highlighter/SettingsView.tsx index af23945ce936..e5193866be2d 100644 --- a/app/components-react/highlighter/SettingsView.tsx +++ b/app/components-react/highlighter/SettingsView.tsx @@ -1,4 +1,4 @@ -import React, { useEffect, useMemo, useRef, useState } from 'react'; +import React, { useEffect, useRef, useState } from 'react'; import { InfoCircleOutlined } from '@ant-design/icons'; import HotkeyBinding from 'components-react/shared/HotkeyBinding'; import { IHotkey } from 'services/hotkeys'; @@ -13,7 +13,6 @@ import styles from './SettingsView.m.less'; import { $t } from 'services/i18n'; import { EHighlighterView, IViewState } from 'services/highlighter'; import { EAvailableFeatures } from 'services/incremental-rollout'; -import Utils from 'services/utils'; export default function SettingsView({ emitSetView, @@ -118,7 +117,6 @@ export default function SettingsView({

{$t('Highlighter')}

-

{$t( 'The highlighter allows you to clip the best moments from your livestream and edit them together into an exciting highlight video you can upload directly to YouTube.',