mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-03 04:49:04 +01:00
Update windows version
This commit is contained in:
@@ -103,6 +103,24 @@ Preferences::MinimizeIconType WindowCtrlWin::getMinimizeIconType() const
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Set the minimize type
|
||||
*/
|
||||
void WindowCtrlUnix::setCloseType( Preferences::CloseType type )
|
||||
{
|
||||
m_close_type = type;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Get the close type
|
||||
*/
|
||||
Preferences::CloseType WindowCtrlUnix::getCloseType() const
|
||||
{
|
||||
return m_close_type;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Get the parent pid of SysTray-X, TB hopefully
|
||||
*/
|
||||
|
||||
@@ -317,6 +317,11 @@ class WindowCtrlWin : public QObject
|
||||
*/
|
||||
Preferences::MinimizeIconType m_minimize_icon_type;
|
||||
|
||||
/**
|
||||
* @brief m_close_type. Close type.
|
||||
*/
|
||||
Preferences::CloseType m_close_type;
|
||||
|
||||
/**
|
||||
* @brief m_hook
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user