mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
* Edit max line length * oh god * ts also * rebuild tgui * Format again after conflicts resolving * Me rebuild tgui * this is minified * this is removed * rebuild tgui
11 lines
373 B
JavaScript
11 lines
373 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
export const selectSettings = (state) => state.settings;
|
|
export const selectActiveTab = (state) => state.settings.view.activeTab;
|
|
export const selectHighlightSettings = (state) => state.settings.highlightSettings;
|
|
export const selectHighlightSettingById = (state) => state.settings.highlightSettingById;
|