Big cleanup

This commit is contained in:
2024-01-05 16:18:18 +01:00
parent afda9b886e
commit ef107a9277
14 changed files with 91 additions and 337 deletions

View File

@ -0,0 +1,7 @@
FScope {
*new {
^Server.default.freqscope.window.alwaysOnTop_(true);
}
}

7
Classes/GUI/BuboGui.sc Normal file
View File

@ -0,0 +1,7 @@
Gui {
*new {
^Server.default.makeGui.window.alwaysOnTop_(true);
}
}

7
Classes/GUI/BuboScope.sc Normal file
View File

@ -0,0 +1,7 @@
Scope {
*new {
^Server.default.scope.window.alwaysOnTop_(true);
}
}