X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4b6cb30ae7c85d6ca9d2defb4e6d8f5cae309eeb..84ca510e70fe5697bbec1b8b25f7403dd010f1e6:/projects/stargazer/settings_impl.h diff --git a/projects/stargazer/settings_impl.h b/projects/stargazer/settings_impl.h index f35eda0d..b01e0fd1 100644 --- a/projects/stargazer/settings_impl.h +++ b/projects/stargazer/settings_impl.h @@ -83,6 +83,7 @@ public: bool GetSpreadFee() const { return spreadFee; } bool GetFreeMbAllowInet() const { return freeMbAllowInet; } bool GetDayFeeIsLastDay() const { return dayFeeIsLastDay; } + bool GetStopOnError() const { return stopOnError; } bool GetWriteFreeMbTraffCost() const { return writeFreeMbTraffCost; } bool GetShowFeeInCash() const { return showFeeInCash; } @@ -128,8 +129,8 @@ private: unsigned dayResetTraff; bool spreadFee; bool freeMbAllowInet; - bool stopOnError; bool dayFeeIsLastDay; + bool stopOnError; bool writeFreeMbTraffCost; bool showFeeInCash; unsigned messageTimeout;