forked from Nexus/nexus
Fix macOS/iOS CI: chmod needs sudo, Nix store frameworks are root-owned
This commit is contained in:
parent
3019449e0b
commit
12d552e4a6
9 changed files with 39 additions and 39 deletions
|
|
@ -234,7 +234,10 @@ class Composer extends HookConsumerWidget {
|
|||
child: TextField(
|
||||
maxLines: 12,
|
||||
minLines: 1,
|
||||
autofocus: true,
|
||||
autofocus:
|
||||
Platform.isLinux ||
|
||||
Platform.isMacOS ||
|
||||
Platform.isWindows,
|
||||
decoration: .new(
|
||||
hintText: "Your message here...",
|
||||
border: .none,
|
||||
|
|
|
|||
Loading…
Reference in a new issue