I can't remember lol

This commit is contained in:
2026-03-03 12:51:33 +01:00
parent cdfdd05b20
commit cd052e459a
4 changed files with 26 additions and 38 deletions

View File

@@ -49,7 +49,7 @@ public partial class MainWindow
}
private void BindUIElements()
{
{
var builder = new Gtk.Builder("Keys.UI.MainWindow.MainWindow.xml");
Window = builder.GetObject(windowId) as Window;
if (Window == null)
@@ -109,4 +109,9 @@ public partial class MainWindow
throw new Exception("Failed to load UI element with ID: " + e.Message);
}
}
private void ShowAboutDialog()
{
}
}