Minor cleanup

This commit is contained in:
Den Delimarsky 2021-05-04 08:28:35 -07:00
parent 40478bee75
commit 077f3b79c1
No known key found for this signature in database
GPG key ID: E1BE1355085F0BCF

View file

@ -1,8 +1,10 @@
using Espresso.Shell.Models;
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Espresso.Shell.Models;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Espresso.Shell.Core
@ -39,6 +41,12 @@ namespace Espresso.Shell.Core
indefiniteMenuItem.Checked = true;
}
operationContextMenu.Items.Add(indefiniteMenuItem);
// Timed keep-awake menu item
// Exit menu item
// About menu item
}
}
}