mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 00:06:32 -05:00
Renamed CheckIfOperationChanged to OnDockedModeChanged
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void CheckIfOperationChanged(bool last_state, bool new_state);
|
||||
void OnDockedModeChanged(bool last_state, bool new_state);
|
||||
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user