]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
Merge branch 'stg-2.409'
[stg.git] / projects / stargazer / settings_impl.h
index 253b8bbccbcc70c0a41d4b09e464780b60c32b90..20d82869983fc78e1871814645eec496d874a169 100644 (file)
@@ -84,6 +84,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; }
@@ -130,6 +131,7 @@ private:
     bool        spreadFee;
     bool        freeMbAllowInet;
     bool        dayFeeIsLastDay;
+    bool        stopOnError;
     bool        writeFreeMbTraffCost;
     bool        showFeeInCash;
     unsigned    messageTimeout;