Skip to content

Commit

Permalink
Ver.2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: zlk-sys <18079031125@163.com>
  • Loading branch information
zlk-sys committed Apr 27, 2024
1 parent 23f27fd commit a65a5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions window/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PopUpAniStackedWidget, DropDownPushButton, InfoBar, InfoBarPosition, InfoBarManager, PushButton)
from qfluentwidgets import FluentIcon as FIF
from qframelesswindow import FramelessWindow, TitleBar
from Interface.web import web
#from Interface.web import web
from Interface.mymusic_beta import Demo
from Interface.note import note
from Interface.playlist import playlist
Expand All @@ -47,7 +47,7 @@ def __init__(self, parent=None):
super().__init__(parent=parent)
self.hBoxLayout = QHBoxLayout(self)
self.view = PopUpAniStackedWidget(self)
self.webInterface = web()
#self.webInterface = web()
self.hBoxLayout.setContentsMargins(0, 0, 0, 0)
self.hBoxLayout.addWidget(self.view)

Expand Down

0 comments on commit a65a5c1

Please sign in to comment.