This commit is contained in:
UnlegitDqrk
2026-02-11 23:31:49 +01:00
parent 278871d937
commit c525fd3ae6
33 changed files with 86 additions and 3109 deletions

View File

@@ -107,7 +107,8 @@ public class BrowserTab {
private final TabView fixedView;
private BrowserTabKeyed(String fixedKey, TabView fixedView) {
super("about:blank", s -> { });
super("about:blank", s -> {
});
this.fixedKey = Objects.requireNonNull(fixedKey, "fixedKey");
this.fixedView = Objects.requireNonNull(fixedView, "fixedView");
}