mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
QT: Various interface fixes (#2496)
* QT: Various interface fixes * fix close without saving * + * + using the save and close buttons, everything works fine, but when using the X button it doesn't work very well... * fix close (X) without saving
This commit is contained in:
@@ -42,6 +42,7 @@ private:
|
||||
void InitializeEmulatorLanguages();
|
||||
void OnLanguageChanged(int index);
|
||||
void OnCursorStateChanged(s16 index);
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
|
||||
std::unique_ptr<Ui::SettingsDialog> ui;
|
||||
|
||||
@@ -50,4 +51,6 @@ private:
|
||||
QString defaultTextEdit;
|
||||
|
||||
int initialHeight;
|
||||
|
||||
bool is_saving = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user