mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-05 23:55:13 -04:00
Updated shortcut bars
This commit is contained in:
parent
6537a3d5cd
commit
7dcfed4e5c
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ class LogDisplayShortcuts():
|
|||
import urwid
|
||||
self.app = app
|
||||
|
||||
self.widget = urwid.AttrMap(urwid.Text("Log Display Shortcuts"), "shortcutbar")
|
||||
self.widget = urwid.AttrMap(urwid.Text(""), "shortcutbar")
|
||||
|
||||
class LogDisplay():
|
||||
def __init__(self, app):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue