mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
views/paging: add endless pager
This commit is contained in:
@ -25,6 +25,7 @@ class SettingsController {
|
||||
saveSettings(browsingSettings) {
|
||||
localStorage.setItem('settings', JSON.stringify(browsingSettings));
|
||||
events.notify(events.Success, 'Settings saved');
|
||||
events.notify(events.SettingsChange);
|
||||
}
|
||||
|
||||
getSettings(settings) {
|
||||
|
Reference in New Issue
Block a user