Set default supported schemas when no config file is provided

This commit is contained in:
Sandro Jäckel
2023-05-12 21:01:42 +02:00
parent 6d21e61624
commit c9bd2e4ea1

View File

@@ -55,6 +55,7 @@ var defaultConfig = Config{
Enqueue: "",
NewWindow: "",
NeedsIpc: true,
SupportedSchemes: defaultSupportedSchemas,
FlagOverrides: map[string]string{},
},
},