Skip to content

Commit

Permalink
clean up SettingsView changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jankalthoefer committed Dec 13, 2024
1 parent 45c8e75 commit f86740c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components-react/highlighter/SettingsView.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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,
Expand Down Expand Up @@ -118,7 +117,6 @@ export default function SettingsView({
<div style={{ display: 'flex', padding: 20 }}>
<div style={{ flexGrow: 1 }}>
<h1 style={{ margin: 0 }}>{$t('Highlighter')}</h1>

<p>
{$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.',
Expand Down

0 comments on commit f86740c

Please sign in to comment.