Merge pull request #1 from 3minbe/LapTop_250108

First commit
This commit is contained in:
3minbe 2025-01-08 09:49:25 +09:00 committed by GitHub
commit c8e396b1ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,7 @@ class MainView(QtWidgets.QMainWindow):
file_name = os.path.basename(file_path) file_name = os.path.basename(file_path)
if "channel_info" not in self.settings: if "channel_info" not in self.settings:
self.settings["channel_info"] = {} self.settings["channel_info"] = {}
self.settings["channel_info"][file_name] = channel self.settings["channel_info"][file_name] = channel
self.saveSettings() self.saveSettings()
print(f"[INFO] Updated channel info for {file_name} to {channel}") print(f"[INFO] Updated channel info for {file_name} to {channel}")