Skip to content

Commit

Permalink
gsettings sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Aug 16, 2024
1 parent 9167448 commit 8fc5b30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def gsettings_set(variable, value):
debug(variable)
debug(value)
gsettings.set_string(variable,value)


gsettings.sync()

def log(msg, type="log"):
if len(msg.strip()) == 0:
Expand Down

0 comments on commit 8fc5b30

Please sign in to comment.