mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01:00
Update property panels layers
This commit is contained in:
@@ -366,7 +366,8 @@ end
|
||||
---Check if device is desktop
|
||||
---@return boolean
|
||||
function M.is_desktop()
|
||||
return const.CURRENT_SYSTEM_NAME == const.OS.WINDOWS or const.CURRENT_SYSTEM_NAME == const.OS.MAC or const.CURRENT_SYSTEM_NAME == const.OS.LINUX
|
||||
local name = const.CURRENT_SYSTEM_NAME
|
||||
return name == const.OS.WINDOWS or name == const.OS.MAC or name == const.OS.LINUX
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user