bump gomuks
This commit is contained in:
parent
6b218b03ee
commit
e02d399902
2 changed files with 1 additions and 4 deletions
2
gomuks
2
gomuks
|
|
@ -1 +1 @@
|
|||
Subproject commit 8b1275f74dff01ae4446fd6244c3783ccf2ad5b0
|
||||
Subproject commit 6c8b2781e02f27b64f37735cba6634784f117b88
|
||||
|
|
@ -50,7 +50,6 @@ class SettingsSectionsController
|
|||
title: "Use Dynamic Theme",
|
||||
icon: Icons.palette,
|
||||
description: "Toggle on or off Dynamic Theme. Only available on Android, Linux, Windows, or MacOS.",
|
||||
description: "Toggle on or off Dynamic Theme. Only available on Android, Linux, Windows, or MacOS.",
|
||||
builder: (title, description, icon) => SwitchListTile(
|
||||
title: Text(title),
|
||||
subtitle: Text(description),
|
||||
|
|
@ -77,7 +76,6 @@ class SettingsSectionsController
|
|||
.new(
|
||||
title: "Linux Mobile Mode",
|
||||
description: "Enables some fixes for Linux mobile, e.g. disabling dragging appbar for moving window.",
|
||||
description: "Enables some fixes for Linux mobile, e.g. disabling dragging appbar for moving window.",
|
||||
icon: Icons.construction,
|
||||
builder: (title, description, icon) => SwitchListTile(
|
||||
title: Text(title),
|
||||
|
|
@ -145,7 +143,6 @@ class SettingsSectionsController
|
|||
.new(
|
||||
title: "Invite Blocking",
|
||||
description: "Block invites, either completely, or block only invites from users without shared private rooms (depends on server support).",
|
||||
description: "Block invites, either completely, or block only invites from users without shared private rooms (depends on server support).",
|
||||
builder: (title, description, icon) => Consumer(
|
||||
builder: (context, ref, _) {
|
||||
final specVersionsResponse = ref.watch(
|
||||
|
|
|
|||
Loading…
Reference in a new issue