mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-26 10:23:10 -04:00
change stitch alloc default to .always
This commit is contained in:
@@ -84,7 +84,7 @@ pub const URL = struct {
|
||||
}
|
||||
|
||||
const StitchOpts = struct {
|
||||
alloc: AllocWhen = .if_needed,
|
||||
alloc: AllocWhen = .always,
|
||||
|
||||
const AllocWhen = enum {
|
||||
always,
|
||||
|
||||
Reference in New Issue
Block a user