diff options
author | fuzzard <fuzzard@kodi.tv> | 2021-07-17 20:27:44 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2021-08-02 11:02:18 +1000 |
commit | 8b63960da6c664819874e19290bd55acfdc57c37 (patch) | |
tree | dbf4a9dc7e17a524783258428e4c661c2b4a6b7d /system/settings | |
parent | 4dd00f813fb44856b96aa24adb9d51b91b6ee84a (diff) |
[Windows][WS-Discovery] migrate windows to IWSDicovery interface and WSDiscovery namespace
Migrate existing Windows WS-Discovery service to the new WS-Discovery Interface
Make Settings SMB client section visible for Windows but hide the Samba only settings on Windows that are used on posix platforms only.
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/windows.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/settings/windows.xml b/system/settings/windows.xml index fcdbd854a8..163cb5c2d3 100644 --- a/system/settings/windows.xml +++ b/system/settings/windows.xml @@ -9,7 +9,12 @@ </group> </category> <category id="smb"> - <visible>false</visible> + <group id="1"> + <visible>false</visible> + </group> + <group id="2"> + <visible>false</visible> + </group> </category> </section> <section id="system"> |