I can't remember lol
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user