mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
Improved Add From Installed IDE project dialog
This commit is contained in:
parent
48635c1939
commit
d204922403
4 changed files with 76 additions and 4 deletions
|
@ -979,6 +979,20 @@ namespace IDE
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsLib
|
||||
{
|
||||
get
|
||||
{
|
||||
switch (this)
|
||||
{
|
||||
case BeefLib:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class WindowsOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue