wip refactoring
This commit is contained in:
@@ -128,6 +128,7 @@ class OneDriveTUI(App):
|
||||
table = self.query_one("#items_table")
|
||||
table.cursor_type = "row"
|
||||
table.add_columns("◇", "Name", "Last Modified", "Size", "Web URL")
|
||||
table.focus()
|
||||
|
||||
# Load cached token if available
|
||||
if os.path.exists(self.cache_file):
|
||||
|
||||
Reference in New Issue
Block a user