[pve-devel] [PATCH proxmox_login_manager] ui: settings: add privacy policy url link in settings screen

Shan Shaji s.shaji at proxmox.com
Fri Jul 4 16:40:37 CEST 2025


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,




More information about the pve-devel mailing list