mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
Changed key of page
This commit is contained in:
parent
12fb9cdcc0
commit
eb33b3a280
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class QueuePage(urwid.Columns, AbstractPage):
|
|||
|
||||
@property
|
||||
def key(self):
|
||||
return 3
|
||||
return 4
|
||||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
|
|
@ -58,7 +58,7 @@ class SearchPage(urwid.Pile, AbstractPage):
|
|||
|
||||
@property
|
||||
def key(self):
|
||||
return 4
|
||||
return 5
|
||||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
|
Loading…
Add table
Reference in a new issue