mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix inconsistent message log action state (GTK client) (#2167)
This commit is contained in:
@@ -24,6 +24,9 @@ public:
|
||||
protected:
|
||||
MessageLogWindow(Gtk::Window& parent, Glib::RefPtr<Session> const& core);
|
||||
|
||||
void on_show() override;
|
||||
void on_hide() override;
|
||||
|
||||
private:
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> const impl_;
|
||||
|
||||
Reference in New Issue
Block a user