Skip to content

Commit

Permalink
fix conditional 🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Nov 23, 2021
1 parent c7af090 commit 045e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mounch.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def main():
for app in application_config:
icon = application_config[app].get('icon', 'default')
iconpath = get_icon_path(icon)
if "if" in app:
if "if" in application_config[app]:
if not eval(application_config[app]["if"]):
continue
if argp.use_wofi:
Expand Down

0 comments on commit 045e715

Please sign in to comment.