You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny cleanup in line with the recommendation I pushed to @CodesAway's
talonhub#1474.
With the move to `settings.get()`, we should no longer assign settings
to module-level variables, since it's no longer needed, and we don't
want anyone to use them by mistake. These aren't being used, so let's
just remove them.
This means you can now grep for `= mod.setting(` to search for old
usages, and it comes up clean on main.
(To my surprise, this code was using `settings.get()` from the beginning
when @wenkokke wrote it)
0 commit comments