Merge pull request #109915 from arkology/audio-editor

Fix Audio bottom panel going under the taskbar on small displays
This commit is contained in:
Thaddeus Crews
2025-09-24 09:59:10 -05:00
4 changed files with 48 additions and 4 deletions

View File

@ -787,6 +787,8 @@ public:
void set_distraction_free_mode(bool p_enter);
bool is_distraction_free_mode_enabled() const;
void set_center_split_offset(int p_offset);
void set_addon_plugin_enabled(const String &p_addon, bool p_enabled, bool p_config_changed = false);
bool is_addon_plugin_enabled(const String &p_addon) const;