mirror of
https://github.com/dergigi/boris.git
synced 2026-01-02 06:24:20 +01:00
refactor: rename 'Startup Preferences' to 'Startup & Behavior'
This commit is contained in:
@@ -9,7 +9,7 @@ interface StartupPreferencesSettingsProps {
|
||||
const StartupPreferencesSettings: React.FC<StartupPreferencesSettingsProps> = ({ settings, onUpdate }) => {
|
||||
return (
|
||||
<div className="settings-section">
|
||||
<h3 className="section-title">Startup Preferences</h3>
|
||||
<h3 className="section-title">Startup & Behavior</h3>
|
||||
|
||||
<div className="setting-group">
|
||||
<label htmlFor="sidebarCollapsed" className="checkbox-label">
|
||||
|
||||
Reference in New Issue
Block a user