Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6238e34

Browse files
committed
fix(bar_manager): include 'env_file' in config change detection
- Updated the configuration change detection to include 'env_file'.- This ensures that changes to the environment file trigger the removal of the tray icon and restart of the application.
1 parent2f9dee9 commit6238e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/core/bar_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def on_config_modified(self):
5353
logging.error(f"Error loading config:{e}")
5454
return
5555
ifconfigand (config!=self.config):
56-
ifany(config[key]!=self.config[key]forkeyin ['bars','widgets','komorebi','debug','hide_taskbar']):
56+
ifany(config[key]!=self.config[key]forkeyin ['bars','widgets','komorebi','debug','hide_taskbar','env_file']):
5757
self.remove_tray_icon_signal.emit()
5858
QProcess.startDetached(sys.executable,sys.argv)
5959
sys.exit()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp