Skip to content

Commit

Permalink
chore: fixed oversights
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Apr 7, 2024
1 parent 7b1a415 commit b08a551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/context-menus/TabProfileMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Menu, MenuGroup, MenuItem, showModal, GamepadButton } from 'decky-frontend-lib';
import { Menu, MenuGroup, MenuItem, showModal, GamepadButton, gamepadContextMenuClasses } from 'decky-frontend-lib';
import { VFC, Fragment, useState } from 'react';
import { TabMasterManager } from '../../state/TabMasterManager';
import { CreateTabProfileModal, OverwriteTabProfileModal } from '../modals/TabProfileModals';
import { gamepadContextMenuClasses } from '../../lib/GamepadContextMenuClasses';
import { DestructiveModal } from '../generic/DestructiveModal';


Expand Down
2 changes: 1 addition & 1 deletion src/components/styles/LibraryMenuStyles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { gamepadContextMenuClasses } from "decky-frontend-lib";
import { VFC } from 'react';
import { gamepadContextMenuClasses } from '../../lib/GamepadContextMenuClasses';

/**
* CSS styling for the Library Context Menu part of TabMaster.
Expand Down

0 comments on commit b08a551

Please sign in to comment.