mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-10 18:53:03 +02:00
Move bots into Fanout & Forwarding
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
export type SettingsSection =
|
||||
| 'radio'
|
||||
| 'local'
|
||||
| 'database'
|
||||
| 'bot'
|
||||
| 'fanout'
|
||||
| 'statistics'
|
||||
| 'about';
|
||||
export type SettingsSection = 'radio' | 'local' | 'database' | 'fanout' | 'statistics' | 'about';
|
||||
|
||||
export const SETTINGS_SECTION_ORDER: SettingsSection[] = [
|
||||
'radio',
|
||||
'local',
|
||||
'database',
|
||||
'bot',
|
||||
'fanout',
|
||||
'statistics',
|
||||
'about',
|
||||
@@ -21,7 +13,6 @@ export const SETTINGS_SECTION_LABELS: Record<SettingsSection, string> = {
|
||||
radio: '📻 Radio',
|
||||
local: '🖥️ Local Configuration',
|
||||
database: '🗄️ Database & Messaging',
|
||||
bot: '🤖 Bots',
|
||||
fanout: '📤 Fanout & Forwarding',
|
||||
statistics: '📊 Statistics',
|
||||
about: 'About',
|
||||
|
||||
Reference in New Issue
Block a user