Comment out footer creation in login window
- Disable footer section in dashboard login UI - Clean up layout by removing footer elements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2ceedb0f45
commit
510628179e
@ -78,7 +78,7 @@ class DashboardLogin(QWidget):
|
||||
main_layout.addLayout(content_layout)
|
||||
|
||||
# Footer
|
||||
self.create_footer(main_layout)
|
||||
# self.create_footer(main_layout)
|
||||
|
||||
def create_header(self, parent_layout):
|
||||
"""Create the header section with title and description."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user