File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192}
193193
194194.sdppp-side-icon {
195- width : 64 px ;
196- height : 64 px ;
195+ width : 48 px ;
196+ height : 48 px ;
197197 mask-image : url ("./sd-ppp-static/sdppp-icon.svg" );
198- mask-size : 36 px ;
198+ mask-size : 27 px ;
199199 mask-position : center;
200200 mask-repeat : no-repeat;
201201 background-color : currentColor;
249249.sdppp-side-container .group-filter-item : not (: first-child ) {
250250 margin-left : 8px ;
251251}
252- /* end of GroupFilter component styles */
252+ /* end of GroupFilter component styles */
Original file line number Diff line number Diff line change 1+ import { Checkbox } from "antd" ;
12import React , { useState } from "react" ;
2- import { pageStore } from "../../../photoshopModels.mts" ;
33import i18n from "../../../../../src/common/i18n.mts" ;
4+ import { pageStore } from "../../../photoshopModels.mts" ;
45import { api } from "../../comfy-globals.mts" ;
5- import { Checkbox } from "antd" ;
66
77const Settings : React . FC = ( ) => {
88 const [ useSliderForNumberWidget , setUseSliderForNumberWidget ] = useState ( pageStore . data . useSliderForNumberWidget ) ;
@@ -38,7 +38,7 @@ const Settings: React.FC = () => {
3838 </ div >
3939 < div className = "settings-section settings-row" >
4040 < div className = "settings-label" >
41- < label > { i18n ( "Photoshop plugin" ) } 2.0 Beta(CHN only) </ label >
41+ < label > { i18n ( "Photoshop plugin" ) } 2.0 Beta</ label >
4242 </ div >
4343 < div className = "settings-control" >
4444 < button onClick = { handleDownloadPlugin2 } className = "download-button" >
@@ -67,4 +67,4 @@ const Settings: React.FC = () => {
6767 ) ;
6868} ;
6969
70- export default Settings ;
70+ export default Settings ;
You can’t perform that action at this time.
0 commit comments