Skip to content

Commit

Permalink
revert default link settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 22, 2024
1 parent 1c2b7e4 commit f25e066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ts/component/popup/page/settings/personal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const PopupSettingsPagePersonal = observer(class PopupSettingsPagePersonal exten
/>
</div>

{/*
<div className="item">
<Label text={translate('popupSettingsPersonalLinkStyle')} />
Expand All @@ -84,6 +85,7 @@ const PopupSettingsPagePersonal = observer(class PopupSettingsPagePersonal exten
menuParam={{ horizontal: I.MenuDirection.Right }}
/>
</div>
*/}

<div className="item">
<Label text={translate('popupSettingsPersonalFullscreen')} />
Expand Down
3 changes: 2 additions & 1 deletion src/ts/lib/util/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,8 @@ class UtilData {
defaultLinkSettings () {
return {
iconSize: I.LinkIconSize.Small,
cardStyle: commonStore.linkStyle,
//cardStyle: commonStore.linkStyle,
cardStyle: I.LinkCardStyle.Text,
description: I.LinkDescription.None,
relations: [],
};
Expand Down

0 comments on commit f25e066

Please sign in to comment.