Skip to content

Commit

Permalink
re-added init (#142)
Browse files Browse the repository at this point in the history
readding init removed during merge conflict
  • Loading branch information
GrylledCheez authored Jun 20, 2023
1 parent b47bffd commit e702d83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ const _ = Gettext.domain('wintile').gettext;
const Config = imports.misc.config;
const SHELL_VERSION = parseFloat(Config.PACKAGE_VERSION);

/**
*
*/
function init() {
// empty
}

/**
*
Expand Down

0 comments on commit e702d83

Please sign in to comment.