mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed update of Session Source.
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
|
||||
// update mode (active or not)
|
||||
void setActive (bool on);
|
||||
inline bool active () { return active_; }
|
||||
|
||||
// return the last source which failed
|
||||
Source *failedSource() { return failedSource_; }
|
||||
@@ -60,6 +61,7 @@ protected:
|
||||
SourceList sources_;
|
||||
std::string filename_;
|
||||
std::map<View::Mode, Group*> config_;
|
||||
bool active_;
|
||||
};
|
||||
|
||||
#endif // SESSION_H
|
||||
|
||||
Reference in New Issue
Block a user