Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'gear' panel (UserSettingsPanel) #1701

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/fontra/views/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ import RelatedGlyphsPanel from "./panel-related-glyphs.js";
import SelectionInfoPanel from "./panel-selection-info.js";
import TextEntryPanel from "./panel-text-entry.js";
import TransformationPanel from "./panel-transformation.js";
import UserSettingsPanel from "./panel-user-settings.js";
import Panel from "./panel.js";
import { applicationSettingsController } from "/core/application-settings.js";
import { ensureLanguageHasLoaded, translate } from "/core/localization.js";
Expand Down Expand Up @@ -1156,7 +1155,6 @@ export class EditorController {
this.addSidebarPanel(new TextEntryPanel(this), "left");
this.addSidebarPanel(new GlyphSearchPanel(this), "left");
this.addSidebarPanel(new DesignspaceNavigationPanel(this), "left");
this.addSidebarPanel(new UserSettingsPanel(this), "left");
this.addSidebarPanel(new ReferenceFontPanel(this), "left");
this.addSidebarPanel(new SelectionInfoPanel(this), "right");
this.addSidebarPanel(new TransformationPanel(this), "right");
Expand Down
150 changes: 0 additions & 150 deletions src/fontra/views/editor/panel-user-settings.js

This file was deleted.