Update HotReload

This commit is contained in:
2026-03-28 12:54:41 +07:00
parent f2173d2c73
commit a4f2654d0b
278 changed files with 2027 additions and 1896 deletions
@@ -380,6 +380,18 @@ namespace SingularityGroup.HotReload.Editor {
}
}
public static GUIStyle ReportBugButton {
get {
if (stopButtonStyle == null) {
stopButtonStyle = new GUIStyle(EditorStyles.miniButton);
stopButtonStyle.fixedHeight = 25;
stopButtonStyle.margin.top = 17;
}
stopButtonStyle.fixedWidth = 30;
return stopButtonStyle;
}
}
internal static GUIStyle EventFiltersStyle {
get {
if (eventFilters == null) {