mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Theme: document forceSystemNetworkProxy (#4458)
This commit is contained in:
parent
ffbd5df25f
commit
98091aeab7
@ -237,6 +237,11 @@ public:
|
||||
virtual bool linkSharing() const;
|
||||
virtual bool userGroupSharing() const;
|
||||
|
||||
/**
|
||||
* If this returns true, the user cannot configure the proxy in the network settings.
|
||||
* The proxy settings will be disabled in the configuration dialog.
|
||||
* Default returns false.
|
||||
*/
|
||||
virtual bool forceSystemNetworkProxy() const;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user