Skip to content

Commit

Permalink
attempting to solve #95
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdc committed Jan 15, 2025
1 parent 5b93917 commit a4d4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ViewState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export const useViewState = create<ViewState>()((set, get) => ({
rightButtonClone?.remove();
},
insertCloneButtons() {
if (!Platform.isDesktop) return;
if (!Platform.isDesktop && !Platform.isTablet) return;
const isFrameHidden = getFrameStyle() === WindowFrameStyle.Hidden;
if (
!isRibbonVisible() ||
Expand Down

0 comments on commit a4d4d02

Please sign in to comment.