mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-02 09:22:01 +02:00
Move revealers access away from base classes
Those should not appear in base classes, as they are available in main app only
This commit is contained in:
@@ -28,4 +28,12 @@ class ClapperHeaderBar extends HeaderBarBase
|
||||
{
|
||||
this.root.fullscreen();
|
||||
}
|
||||
|
||||
_onIconThemeChanged(iconTheme)
|
||||
{
|
||||
super._onIconThemeChanged(iconTheme);
|
||||
|
||||
const { controlsRevealer } = this.root.child;
|
||||
this._updateFloatIcon(!controlsRevealer.reveal_child);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user