comments
parent
cac32fc60d
commit
562bd7e458
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue