mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-21 20:34:19 +00:00
apprt: action to change conditional state, implement for embedded
This commit is contained in:
@@ -2583,7 +2583,7 @@ pub fn loadRecursiveFiles(self: *Config, alloc_gpa: Allocator) !void {
|
||||
/// deleted a file that was referenced in the configuration, then the
|
||||
/// configuration can still be reloaded.
|
||||
pub fn changeConditionalState(
|
||||
self: *Config,
|
||||
self: *const Config,
|
||||
new: conditional.State,
|
||||
) !Config {
|
||||
// Create our new configuration
|
||||
|
||||
Reference in New Issue
Block a user