3bcb4bb740
The merge resolution took master's widget-based bookmarks-columns implementation (widget_kv config, see widgets/bookmarks/db.ts) over development's own GlobalSettings field for the same feature, but types.ts's GlobalSettings interface still declared bookmarksColumns since it didn't conflict during the merge — nothing populates it anymore. The now-unused bookmarks_columns DB column is left in place (same no-DROP-COLUMN precedent as the old weather_*/poe2_* columns).