On Thu Jul 3, 2025 at 4:00 PM CEST, Dominik Csapak wrote: > > + backgroundColor: Theme.of(context).colorScheme.surfaceContainer, > > this change seems to be unrelated? This was intended. The change was made to match the backgroundColor of `ProxmoxLoginSelector`. Previously it was using the default scaffold backgroundColor. > > > appBar: AppBar( > > title: const Text('Settings'), > > ), > > @@ -45,6 +51,32 @@ class _ProxmoxGeneralSettingsFormState > > > > ProxmoxGeneralSettingsModel.fromLocalStorage(); > > }); > > }, > > + ), > > + PveSettingsSection( > > + title: 'LEGAL', > > + children: [ > > + PveSettingsItem( > > + titleString: 'Privacy Policy', > > + leadingIcon: Icons.privacy_tip_outlined,
_______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel