Counteract zoom-level changes in custom titlebar
This commit is contained in:
parent
dacbee711f
commit
9407654262
12 changed files with 123 additions and 34 deletions
|
@ -118,3 +118,8 @@ export const getPreferredReactionEmoji = createSelector(
|
|||
skinTone
|
||||
)
|
||||
);
|
||||
|
||||
export const getHideMenuBar = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state['hide-menu-bar'])
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue