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:
Mason 2025-08-07 12:33:39 +08:00
parent 2ceedb0f45
commit 510628179e

View File

@ -78,7 +78,7 @@ class DashboardLogin(QWidget):
main_layout.addLayout(content_layout) main_layout.addLayout(content_layout)
# Footer # Footer
self.create_footer(main_layout) # self.create_footer(main_layout)
def create_header(self, parent_layout): def create_header(self, parent_layout):
"""Create the header section with title and description.""" """Create the header section with title and description."""