Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neffo committed Mar 20, 2022
1 parent 59a88be commit 739d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ class BingWallpaperIndicator extends PanelMenu.Button {
_reStoreState() {
try {
log('restoring state...');
// patch for relative paths, ensures that users don't end up with broken state - see EGO review for version 38 https://extensions.gnome.org/review/30299
// patch for relative paths, ensures that users running git version don't end up with broken state - see EGO review for version 38 https://extensions.gnome.org/review/30299
this._settings.set_string('download-folder', this._settings.get_string('download-folder').replace('$HOME', '~'));
let stateJSON = this._settings.get_string('state');
let state = JSON.parse(stateJSON);
Expand Down

0 comments on commit 739d1b9

Please sign in to comment.