Always create thumbnail of the not-yet-logged-in client in the upper left corner of the screen
This commit is contained in:
@@ -80,6 +80,14 @@ namespace EveOPreview.Configuration
|
||||
[JsonProperty]
|
||||
private Dictionary<string, string> ClientHotkey { get; set; }
|
||||
|
||||
public Point GetDefaultThumbnailLocation()
|
||||
{
|
||||
// Returns default thumbnail location
|
||||
// This location can be used for f.e. EVE clients sitting on the login screen
|
||||
// Can be made configurable later (that's why it was moved out here)
|
||||
return new Point(5, 5);
|
||||
}
|
||||
|
||||
public Point GetThumbnailLocation(string currentClient, string activeClient, Point defaultLocation)
|
||||
{
|
||||
Point location;
|
||||
|
||||
Reference in New Issue
Block a user