add cache and rename some files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*!
|
||||
@file pushToMutePI.js
|
||||
@brief Contains PI for Push to Mute action
|
||||
@author Valentin Reinbold
|
||||
@copyright (c) 2021, Corsair Memory, Inc. All Rights Reserved.
|
||||
*/
|
||||
|
||||
function PushToMutePI(inContext, inLanguage) {
|
||||
// Inherit from PI
|
||||
PI.call(this, inContext, inLanguage);
|
||||
}
|
||||
Reference in New Issue
Block a user