Make it possible for show and hide multiple pictures at once
This commit is contained in:
parent
a86eab43ff
commit
cc5813b273
8 changed files with 87 additions and 43 deletions
|
|
@ -453,3 +453,19 @@ void UserInterface::on_actionSelect_GTA_Folder_triggered()
|
|||
on_cmdReload_clicked();
|
||||
}
|
||||
}
|
||||
|
||||
void UserInterface::on_action_Enable_In_game_triggered()
|
||||
{
|
||||
if (profileOpen)
|
||||
{
|
||||
profileUI->enableSelected();
|
||||
}
|
||||
}
|
||||
|
||||
void UserInterface::on_action_Disable_In_game_triggered()
|
||||
{
|
||||
if (profileOpen)
|
||||
{
|
||||
profileUI->disableSelected();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue