pull/7968/head
Mitchell Hashimoto 2025-07-17 09:51:36 -07:00
parent cac32fc60d
commit 562bd7e458
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ pub const Application = extern struct {
running: bool = false, running: bool = false,
/// If non-null, we're currently showing a config errors dialog. /// If non-null, we're currently showing a config errors dialog.
/// This is a WeakRef because the dialog can close on its own
/// outside of our own lifecycle and that's okay.
config_errors_dialog: WeakRef(ConfigErrorsDialog) = .{}, config_errors_dialog: WeakRef(ConfigErrorsDialog) = .{},
var offset: c_int = 0; var offset: c_int = 0;