Add main menu button
This commit is contained in:
parent
356297cace
commit
fbf8e5fa14
4 changed files with 28 additions and 26 deletions
|
@ -67,7 +67,7 @@ export interface ComposerOpts {
|
|||
}
|
||||
|
||||
export class ShellUiModel {
|
||||
isViewControllingSwipes = false
|
||||
isMainMenuOpen = false
|
||||
isModalActive = false
|
||||
activeModal:
|
||||
| ConfirmModel
|
||||
|
@ -82,8 +82,8 @@ export class ShellUiModel {
|
|||
makeAutoObservable(this)
|
||||
}
|
||||
|
||||
setViewControllingSwipes(v: boolean) {
|
||||
this.isViewControllingSwipes = v
|
||||
setMainMenuOpen(v: boolean) {
|
||||
this.isMainMenuOpen = v
|
||||
}
|
||||
|
||||
openModal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue