mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Merge remote-tracking branch 'origin/v3.0'
This commit is contained in:
commit
348258daf2
@ -50,7 +50,7 @@ iPhone = 'iPhone' # In fact, these are IOS both, but we can diferentiate it...
|
||||
WYSE = 'WYSE'
|
||||
Unknown = 'Unknown'
|
||||
|
||||
knownOss = (WindowsPhone, Android, Linux, Windows, Macintosh, iPad, iPhone, ChromeOS, WYSE) # Android is linux also, so it is cheched on first place
|
||||
knownOss = (WindowsPhone, Android, Linux, Windows, iPad, iPhone, Macintosh, ChromeOS, WYSE) # Android is linux also, so it is cheched on first place
|
||||
|
||||
allOss = knownOss + (Unknown,)
|
||||
desktopOss = (Linux, Windows, Macintosh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user