]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commitdiff
login form: use const constructor to improve performance
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Apr 2024 14:36:27 +0000 (16:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Apr 2024 14:36:27 +0000 (16:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/proxmox_login_form.dart

index 9c25126bb6db7540e62dbccd9c3efe403f8753bb..4b34e40783f87aaf1e8ed8fc9e58603af41e9b62 100644 (file)
@@ -542,7 +542,7 @@ class _ProxmoxLoginPageState extends State<ProxmoxLoginPage> {
                     content: Column(
                       mainAxisSize: MainAxisSize.min,
                       children: [
-                        Text('Could not save or delete password.'),
+                        const Text('Could not save or delete password.'),
                         ExpansionTile(
                           title: const Text('Details'),
                           children: [Text(e.toString())],