mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: add title to every page
This commit is contained in:
@ -7,6 +7,7 @@ const SettingsView = require('../views/settings_view.js');
|
||||
class SettingsController {
|
||||
constructor() {
|
||||
topNavigation.activate('settings');
|
||||
topNavigation.setTitle('Browsing settings');
|
||||
this._view = new SettingsView({
|
||||
settings: settings.get(),
|
||||
});
|
||||
|
Reference in New Issue
Block a user