Trophy: Save dialog state (#3729)
* Trophy: Save dialog state and add show type settings * SaveDataManager: Save Dialog State * SaveDataList: Minor Optimization * Qt: Save icon size on mouseevent resizes it's a bit slower than using the slider because it saves every single resize. But better than not saving at all for now * SaveData: Optimize saving to settings a bit No Saving needed there * Qt: get rid of all-uppercase enums and namespaces * Qt/Linux: adjust remaining DX12 tooltip * Qt: prevent dockwidget contextmenu
This commit is contained in:
@@ -55,14 +55,14 @@ class main_window : public QMainWindow
|
||||
QStringList m_d3d12_adapters;
|
||||
#endif
|
||||
|
||||
enum
|
||||
enum drop_type
|
||||
{
|
||||
DROP_ERROR,
|
||||
DROP_PKG,
|
||||
DROP_PUP,
|
||||
DROP_RAP,
|
||||
DROP_DIR,
|
||||
DROP_GAME
|
||||
drop_error,
|
||||
drop_pkg,
|
||||
drop_pup,
|
||||
drop_rap,
|
||||
drop_dir,
|
||||
drop_game
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user