From e22168fba7677b945e9157c4ea5c6812db6ca262 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 23 Aug 2017 00:26:01 +0200 Subject: Major settings tab redesign --- Aktywator/MainForm.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Aktywator/MainForm.cs') diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 5b3539e..2ffbbf2 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -484,5 +484,14 @@ namespace Aktywator } } + private void updateSession_Click(object sender, EventArgs e) + { + if (trySave()) + { + bws.updateSettings(); + MessageBox.Show("Wykonano!", "Settings update", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + } + } } -- cgit v1.2.3