mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: Add 'DisableTooltips' config option
(Revision 2: Remove checkbox from WX GUI)
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/thread.h>
|
||||
#include <wx/timer.h>
|
||||
#include <wx/tooltip.h>
|
||||
#include <wx/utils.h>
|
||||
#include <wx/window.h>
|
||||
|
||||
@ -110,6 +111,8 @@ bool DolphinApp::OnInit()
|
||||
|
||||
DolphinAnalytics::Instance()->ReportDolphinStart("wx");
|
||||
|
||||
wxToolTip::Enable(!SConfig::GetInstance().m_DisableTooltips);
|
||||
|
||||
// Enable the PNG image handler for screenshots
|
||||
wxImage::AddHandler(new wxPNGHandler);
|
||||
|
||||
|
Reference in New Issue
Block a user