mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-09-26 19:11:52 +02:00
Move settings around part 2
This commit is contained in:
@@ -3,7 +3,6 @@ import 'settings_screen_sections/auth_section.dart';
|
||||
import 'settings_screen_sections/upload_mode_section.dart';
|
||||
import 'settings_screen_sections/queue_section.dart';
|
||||
import 'settings_screen_sections/about_section.dart';
|
||||
import 'settings_screen_sections/proximity_alerts_section.dart';
|
||||
import 'settings_screen_sections/language_section.dart';
|
||||
import '../services/localization_service.dart';
|
||||
import '../dev_config.dart';
|
||||
@@ -31,8 +30,6 @@ class SettingsScreen extends StatelessWidget {
|
||||
const Divider(),
|
||||
const QueueSection(),
|
||||
const Divider(),
|
||||
const ProximityAlertsSection(),
|
||||
const Divider(),
|
||||
|
||||
// Navigation to sub-pages
|
||||
_buildNavigationTile(
|
||||
|
||||
Reference in New Issue
Block a user