RustImplementation #23
+4
-3
@@ -15,13 +15,13 @@ from textual.widgets import (
|
||||
DirectoryTree,
|
||||
Button,
|
||||
)
|
||||
from textual.containers import Vertical, Horizontal, Grid
|
||||
from textual.containers import Vertical, Horizontal
|
||||
from textual.reactive import reactive
|
||||
|
||||
from dotenv import set_key
|
||||
|
||||
from utils.configmanager import load_env
|
||||
from utils.utils import open_directory # we will actually use this now
|
||||
from utils.utils import open_directory
|
||||
|
||||
from utils.setup import get_base_directory, load_user_config
|
||||
|
||||
@@ -164,7 +164,8 @@ class MainMenuScreen(Screen):
|
||||
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Header()
|
||||
yield Header(show_clock=True, icon="⚙")
|
||||
|
||||
yield Static(ASCII_ART, id="logo")
|
||||
|
||||
tabs = [
|
||||
|
||||
Reference in New Issue
Block a user