Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cf92392163 |
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import "package:flutter/material.dart";
|
|||
import "package:flutter_riverpod/flutter_riverpod.dart";
|
||||
import "package:intl/intl.dart";
|
||||
import "package:nexus/controllers/settings_controller.dart";
|
||||
import "package:nexus/models/setting.dart";
|
||||
import "package:nexus/models/settings_category.dart";
|
||||
import "package:nexus/main.dart";
|
||||
import "package:nexus/widgets/settings/dialog_list_tile.dart";
|
||||
|
|
@ -67,7 +66,7 @@ class SettingsSectionsController
|
|||
title: "Behavior",
|
||||
icon: Icons.psychology,
|
||||
settings: .new([
|
||||
Setting(
|
||||
.new(
|
||||
title: "Linux Mobile Mode",
|
||||
description:
|
||||
"Enables some fixes for Linux mobile, e.g. disabling dragging appbar for moving window.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue