Fixed App ID inconsistencies
This commit is contained in:
@@ -50,7 +50,7 @@ public partial class MainWindow
|
||||
|
||||
private void BindUIElements()
|
||||
{
|
||||
var builder = new Gtk.Builder("Keychain.UI.MainWindow.MainWindow.xml");
|
||||
var builder = new Gtk.Builder("Keys.UI.MainWindow.MainWindow.xml");
|
||||
Window = builder.GetObject(windowId) as Window;
|
||||
if (Window == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user