优化了一些问题

This commit is contained in:
Yorusora 2025-02-21 19:12:56 +08:00
parent d7195feff5
commit 58499e0ed5

View File

@ -618,6 +618,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def textBrowser_update(self, message):
self.textBrowser_infoOutput.append(str(datetime.now().strftime("%H:%M:%S")) + ": " + message)
self.textBrowser_infoOutput.verticalScrollBar().setValue(self.textBrowser_infoOutput.verticalScrollBar().maximum())
def autoplay_move_xlim(self):
if self.autoplay_mode == "left" and self.autoplay_xlim_start < 0: