remove theme command for now
This commit is contained in:
parent
540c80f292
commit
5405d31ed1
@ -61,6 +61,7 @@ public partial class MainWindow : Window {
|
||||
this.NoMarketBuy.IsOn = Config.Global.IgnoreMarketBuy;
|
||||
this.NoFleetCarrier.IsOn = Config.Global.IgnoreFleetCarrier;
|
||||
|
||||
/*
|
||||
// Apply theme
|
||||
try {
|
||||
AddCustomThemes();
|
||||
@ -92,6 +93,7 @@ public partial class MainWindow : Window {
|
||||
Config.Global.Colour = "Amber";
|
||||
Config.Global.Theme = "Dark";
|
||||
}
|
||||
*/
|
||||
|
||||
journal = new PlayerJournal(Config.Global.JournalLocation);
|
||||
|
||||
@ -101,6 +103,7 @@ public partial class MainWindow : Window {
|
||||
journallocation.Text = Config.Global.JournalLocation;
|
||||
}
|
||||
|
||||
/*
|
||||
private void AddCustomThemes() {
|
||||
Dictionary<string, Color> colorThemes = new() {
|
||||
//{ "HouseSalus", Color.FromRgb(0xBC, 0x94, 0x39) },
|
||||
@ -139,6 +142,7 @@ public partial class MainWindow : Window {
|
||||
);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
private void InitialiseTime() {
|
||||
DateTime today = DateTime.Today;
|
||||
|
Loading…
Reference in New Issue
Block a user