Cleanup
This commit is contained in:
+2
-2
@@ -214,7 +214,7 @@ class App {
|
||||
}
|
||||
|
||||
public static function w(): Int {
|
||||
// Draw material preview
|
||||
// Drawing material preview
|
||||
if (UISidebar.inst != null && Context.materialPreview) {
|
||||
return RenderUtil.matPreviewSize;
|
||||
}
|
||||
@@ -249,7 +249,7 @@ class App {
|
||||
}
|
||||
|
||||
public static function h(): Int {
|
||||
// Draw material preview
|
||||
// Drawing material preview
|
||||
if (UISidebar.inst != null && Context.materialPreview) {
|
||||
return RenderUtil.matPreviewSize;
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ class Project {
|
||||
}
|
||||
if (ui.isHovered) ui.tooltip(path);
|
||||
}
|
||||
if (ui.button("Clear", Left)) {
|
||||
if (ui.button(tr("Clear"), Left)) {
|
||||
Config.raw.recent_projects = [];
|
||||
Config.save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user