mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 16:28:58 +00: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