feat: hide windows frame
This commit is contained in:
parent
1dd490b7ed
commit
88a97164ea
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ namespace View {
|
||||||
|
|
||||||
private void Start() {
|
private void Start() {
|
||||||
AppWindowUtility.AlwaysOnTop = true;
|
AppWindowUtility.AlwaysOnTop = true;
|
||||||
|
AppWindowUtility.FrameVisibility = false;
|
||||||
|
|
||||||
_click = FindObjectOfType<Dependencies>().CTrencadaClick;
|
_click = FindObjectOfType<Dependencies>().CTrencadaClick;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue