Tidying up workspace, creating new layers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Adw;
|
||||
using App.UI.ViewModels;
|
||||
using Keychain.UI.ViewModels;
|
||||
|
||||
namespace App.UI;
|
||||
namespace Keychain.UI;
|
||||
|
||||
public class MainWindow
|
||||
{
|
||||
@@ -11,7 +11,7 @@ public class MainWindow
|
||||
|
||||
public MainWindow()
|
||||
{
|
||||
var builder = new Gtk.Builder("App.UI.MainWindow.xml");
|
||||
var builder = new Gtk.Builder("Keychain.UI.MainWindow.MainWindow.xml");
|
||||
|
||||
var window = builder.GetObject("main_window") as Window;
|
||||
if (window == null)
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace App.UI.ViewModels;
|
||||
namespace Keychain.UI.ViewModels;
|
||||
|
||||
public class PasswordStoreShortcut : INotifyPropertyChanged
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace App.UI.ViewModels;
|
||||
namespace Keychain.UI.ViewModels;
|
||||
|
||||
using Adw;
|
||||
using Gtk;
|
||||
|
||||
Reference in New Issue
Block a user