X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4b6cb30ae7c85d6ca9d2defb4e6d8f5cae309eeb..4e2afa9969d60efbddda9227c1c8c06ea8d9a221:/projects/stargazer/settings_impl.h?ds=sidebyside 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;